dart-lang / yaml_edit

A library for YAML manipulation with comment and whitespace preservation.
https://pub.dev/packages/yaml_edit
BSD 3-Clause "New" or "Revised" License
27 stars 16 forks source link

Wrap recursively, prepare release #28

Closed jonasfj closed 1 year ago

jonasfj commented 1 year ago

Single quoted and folded strings have issues encoding foo\n bar because space after newline is interpreted wrong.

Well, for folded strings it can be made to work, I'm not sure if we want to, or how we want to work around it -- so for now I've just ignored the bug and left a TODO.

jonasfj commented 1 year ago

Also fixes https://github.com/dart-lang/yaml_edit/issues/24