yaml-test-suite
yaml-test-suite copied to clipboard
Problem with output format and uri encoded tag content
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.