Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-09-07.canonical
blobe71a5484ab938d1bb9aeea63db597db21acd79f3
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "simple key"
5   : !!map {
6     ? !!str "also simple"
7     : !!str "value",
8     ? !!str "not a simple key"
9     : !!str "any value"
10   }