Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-08-09.canonical
blob501cc0499eff10cbb830df1f6ad3d5db56e8c8c4
1 %YAML 1.1
2 --- !!map {
3   ? !!str "scalars" : !!map {
4       ? !!str "plain"
5       : !!str "some text",
6       ? !!str "quoted"
7       : !!map {
8         ? !!str "single"
9         : !!str "some text",
10         ? !!str "double"
11         : !!str "some text"
12   } },
13   ? !!str "collections": : !!map {
14     ? !!str "sequence" : !!seq [
15       ? !!str "entry",
16       : !!map {
17         ? !!str "key" : !!str "value"
18     } ],
19     ? !!str "mapping": : !!map {
20       ? !!str "key" : !!str "value"
21 } } }