dart-lang / yaml

A Dart YAML parser.
https://pub.dev/packages/yaml
MIT License
169 stars 58 forks source link

Uncomment some tests #145

Closed natebosch closed 1 year ago

natebosch commented 1 year ago

These tests had been commented out since the original commit in this repo even though most of them would pass.

With these tests commented out the suite has an empty group which may become disallowed. https://github.com/dart-lang/test/issues/1961

Change double quotes to single quotes.

Skip a test which is currently failing due to an error parsing a float value with a single digit.

kevmoo commented 1 year ago

Good find!