xref: /aosp_15_r20/external/llvm/test/YAMLParser/spec-09-12.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1# RUN: yaml-bench -canonical %s
2
3# Outside flow collection:
4- ::std::vector
5- Up, up, and away!
6- -123
7# Inside flow collection:
8- [ '::std::vector',
9  "Up, up, and away!",
10  -123 ]
11