yaml / yaml-spec

YAML Specification
http://yaml.org/spec/
348 stars 54 forks source link

Fix some problems with comment productions #263

Closed ingydotnet closed 2 years ago

ingydotnet commented 2 years ago

A few of the comment related production refactoring for 1.3.0 was incorrect.

These problems were found by test suite failures while making the reference implementation match these productions.

See https://github.com/yaml/yaml-reference-parser/commit/e604dd5a9e8d4610b02e3438860d5cfe35fdf107

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.