Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-08-09.data
blob8d286d3c5b6ab94dc38ec5dc1aa28ab1303e4a32
1 ---
2 scalars:
3   plain: !!str some text
4   quoted:
5     single: 'some text'
6     double: "some text"
7 collections:
8   sequence: !!seq [ !str entry,
9     # Mapping entry:
10       key: value ]
11   mapping: { key: value }