Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-10-07.canonical
blob6372e342c609bc7b96f25aee67d0a49cbee86b4e
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str ""
5   : !!str "value",
6   ? !!str "explicit key"
7   : !!str "value",
8   ? !!str "simple key"
9   : !!str "value",
10   ? !!seq [
11     !!str "collection",
12     !!str "simple",
13     !!str "key"
14   ]
15   : !!str "value"