spec-10-10.test 245 B

12345678910
  1. # RUN: yaml-bench -canonical %s
  2. {
  3. ? explicit key1 : explicit value,
  4. ? explicit key2 : , # Explicit empty
  5. ? explicit key3, # Empty value
  6. simple key1 : explicit value,
  7. simple key2 : , # Explicit empty
  8. simple key3, # Empty value
  9. }