spec-08-09.test 241 B

12345678910111213
  1. # RUN: yaml-bench -canonical %s
  2. ---
  3. scalars:
  4. plain: !!str some text
  5. quoted:
  6. single: 'some text'
  7. double: "some text"
  8. collections:
  9. sequence: !!seq [ !!str entry,
  10. # Mapping entry:
  11. key: value ]
  12. mapping: { key: value }