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

Improve code coverage #39

Open jonasfj opened 1 year ago

jonasfj commented 1 year ago

Any test cases that increase code-coverage are welcome.

jonasfj commented 1 year ago

Many small PRs are strongly encouraged. We probably won't hit 100% since some of the code is designed to throw errors when an internal error happens. And there should be no way to trigger such internal errors :D