Skip to content

Testsuite Failing cases

Tina Müller (tinita) edited this page Feb 12, 2022 · 9 revisions

Valid

libyaml+pyyaml

empty-key

allowed characters in aliases

Bare document after document end marker

Flow mapping keys on multiple lines

Flow mapping/sequence value starting with a colon

empty docs

Tabs

...

libyaml only

Directives

Tabs in block scalars

...

pyyaml only

Directives

Tabs inside plain

Tabs

Question mark in flow

https://matrix.yaml.info/details/JR7V.html#py-pyyaml-event https://github.com/yaml/pyyaml/issues/128

Tags

https://matrix.yaml.info/details/WZ62.html#py-pyyaml-event (!!str, comma is parsed as part of the tag, tina fixed this in libyaml)

Invalid

libyaml+pyyaml

Preceding empty lines in block scalars

Comment without space

Hyphen in flow

Directives

Tabs

Missing indent for flow

libyaml only

Comment without space

Directives

Tabs

pyyaml only

Tags