spec-07-08.test 230 B

1234567891011
  1. # RUN: yaml-bench -canonical %s
  2. # Explicitly specify default settings:
  3. %TAG ! !
  4. %TAG !! tag:yaml.org,2002:
  5. # Named handles have no default:
  6. %TAG !o! tag:ben-kiki.org,2000:
  7. ---
  8. - !foo "bar"
  9. - !!str "string"
  10. - !o!type "baz"