Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-07-10.data
blob6939b39277b676077fef63218e3e57e2e515ab8b
1 "Root flow
2  scalar"
3 --- !!str >
4  Root block
5  scalar
6 ---
7 # Root collection:
8 foo : bar
9 ... # Is optional.
10 ---
11 # Explicit document may be empty.