allwinner_a64/android/external/llvm/test/YAMLParser/spec-09-12.test
2018-08-08 16:14:42 +08:00

10 lines
182 B
Text

# 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 ]