Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-10-10.data
blob03abb4e51c1bc473a2a81005d328c70c225a977e
2 ? explicit key1 : Explicit value,
3 ? explicit key2 : , # Explicit empty
4 ? explicit key3,     # Empty value
5 simple key1 : explicit value,
6 simple key2 : ,     # Explicit empty
7 simple key3,         # Empty value