construct-seq.test 565 B

1234567891011121314151617
  1. # RUN: yaml-bench -canonical %s
  2. # Ordered sequence of nodes
  3. Block style: !!seq
  4. - Mercury # Rotates - no light/dark sides.
  5. - Venus # Deadliest. Aptly named.
  6. - Earth # Mostly dirt.
  7. - Mars # Seems empty.
  8. - Jupiter # The king.
  9. - Saturn # Pretty.
  10. - Uranus # Where the sun hardly shines.
  11. - Neptune # Boring. No rings.
  12. - Pluto # You call this a planet?
  13. Flow style: !!seq [ Mercury, Venus, Earth, Mars, # Rocks
  14. Jupiter, Saturn, Uranus, Neptune, # Gas
  15. Pluto ] # Overrated