wrong line reported in 'did not find expected key while parsing a block mapping' · Issue #190 · ruby/psych

When parsing this yaml key_one: inner: - value1 - value2 key_two: inner: - value1 - value2 the error message Psych::SyntaxError: (/tmp/oops.yaml): did not find expected key while parsing a block ma...