Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-09-15.canonical
blob20f60edc98723a609e2239a82aa12c5456f1e85d
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "---"
5   : !!str "foo",
6   ? !!str "...",
7   : !!str "bar"
9 %YAML 1.1
10 ---
11 !!seq [
12   !!str "---",
13   !!str "...",
14   !!map {
15     ? !!str "---"
16     : !!str "..."
17   }