ingydotnet / yaml-pm

YAML Perl Module
http://search.cpan.org/dist/YAML/
20 stars 27 forks source link

Support trailing comments where this has been an error before #190

Closed perlpunk closed 6 years ago

perlpunk commented 6 years ago

In these cases we can just support it without making it optional

This should wait for #188 being merged, as comments after quoted strings still have to be added

perlpunk commented 6 years ago

See test/trailing-comments-non-content.t for the cases that allow trailing comments now.