All tests passed! Scanner and Parser seem to be correct.
[pyyaml/python3.git] / tests / data / spec-05-03.canonical
bloba143a73fb288c762075b54da7e5cebab4fb4a1d8
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "sequence"
5   : !!seq [
6     !!str "one", !!str "two"
7   ],
8   ? !!str "mapping"
9   : !!map {
10     ? !!str "sky" : !!str "blue",
11 #    ? !!str "sea" : !!str "green",
12     ? !!map { ? !!str "sea" : !!str "green" } : !!null "",
13   }