yaml / yaml-test-suite

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

Problem with output format and uri encoded tag content #9

Open perlpunk opened 7 years ago

perlpunk commented 7 years ago

See https://gist.github.com/anonymous/4e02671301cc07d9730b92e1b34b26fe

if the global tag prefix or tag contains %3E%20 which is > then the test output is =VAL <!prefix-foobar> name> :scalar or =VAL <tag:example.com,2000:app/tag> > :baz

I think the value should stay uri encoded.