Fix some bugs in canonical examples.
[pyyaml/python3.git] / tests / data / spec-10-15.canonical
blob85fbbd068bec77c2406b93d0bc8bc997cb3ab2b7
1 %YAML 1.1
2 ---
3 !!seq [
4   !!map {
5     ? !!str "sun"
6     : !!str "yellow"
7   },
8   !!map {
9     ? !!map {
10       ? !!str "earth"
11       : !!str "blue"
12     }
13     : !!map {
14       ? !!str "moon"
15       : !!str "white"
16     }
17   }