xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-07-09.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s
2
3---
4foo
5...
6# Repeated end marker.
7...
8---
9bar
10# No end marker.
11---
12baz
13...
14