construct-null.test 274 B

1234567891011121314151617181920
  1. # RUN: yaml-bench -canonical %s
  2. # A document may be null.
  3. ---
  4. ---
  5. # This mapping has four keys,
  6. # one has a value.
  7. empty:
  8. canonical: ~
  9. english: null
  10. ~: null key
  11. ---
  12. # This sequence has five
  13. # entries, two have values.
  14. sparse:
  15. - ~
  16. - 2nd entry
  17. -
  18. - 4th entry
  19. - Null