Fix timestamp constructing and representing (close #25).
[pyyaml/python3.git] / tests / data / spec-07-08.data
blobe2c6d9e19d3822db0a6c5cabbc4baa760f5a0ed3
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"