summaryrefslogtreecommitdiff
path: root/test/YAMLParser/spec-09-12.data
blob: d992c589cd69539fd2f60478ff15204896a4737a (plain)
1
2
3
4
5
6
7
8
9
10
# 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 ]