llvm-for-llvmta/test/YAMLParser/spec-09-12.test

11 lines
182 B
Plaintext
Raw Normal View History

2022-04-25 10:02:23 +02:00
# RUN: yaml-bench -canonical %s
# Outside flow collection:
- ::std::vector
- Up, up, and away!
- -123
# Inside flow collection:
- [ '::std::vector',
"Up, up, and away!",
-123 ]