yaml / yaml-test-suite

Comprehensive, language independent Test Suite for YAML
MIT License
172 stars 58 forks source link

Convert all numeric mapping keys to strings #68

Closed perlpunk closed 4 years ago

perlpunk commented 4 years ago

We have tests like

1: 2

and those have a in-json data point. Most libraries are fine with that, as they load numeric keys as strings anyway. But for example libfyaml, YamlDotNet and lua lyaml are showing failures for those JSON tests.

perlpunk commented 4 years ago

Also E76Z should be changed to:

&a a: &b b
*b : *a

as suggested by @pantoniou

perlpunk commented 4 years ago

Created #69

perlpunk commented 4 years ago

Can be closed now, fixed by #72 and adding specific tags for other tests.