14 lines · plain
1# RUN: yaml-bench -canonical %s2 3---4scalars:5 plain: !!str some text6 quoted:7 single: 'some text'8 double: "some text"9collections:10 sequence: !!seq [ !!str entry,11 # Mapping entry:12 key: value ]13 mapping: { key: value }14