Home | History | Annotate | Download | only in pyyaml
      1 # Explicitly specify default settings:
      2 %TAG !     !
      3 %TAG !!    tag:yaml.org,2002:
      4 # Named handles have no default:
      5 %TAG !o! tag:ben-kiki.org,2000:
      6 ---
      7 - !foo "bar"
      8 - !!str "string"
      9 - !o!type "baz"
     10