spec-09-12.test 182 B

12345678910
  1. # RUN: yaml-bench -canonical %s
  2. # Outside flow collection:
  3. - ::std::vector
  4. - Up, up, and away!
  5. - -123
  6. # Inside flow collection:
  7. - [ '::std::vector',
  8. "Up, up, and away!",
  9. -123 ]