brintos

brintos / llvm-project-archived public Read only

0
0
Text · 274 B · 51f8b61 Raw
21 lines · plain
1# RUN: yaml-bench -canonical %s2 3# A document may be null.4---5---6# This mapping has four keys,7# one has a value.8empty:9canonical: ~10english: null11~: null key12---13# This sequence has five14# entries, two have values.15sparse:16  - ~17  - 2nd entry18  -19  - 4th entry20  - Null21