xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-06-06.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s
2
3plain: text
4  lines
5quoted: "text
6  	lines"
7block: |
8  text
9   	lines
10