Add a branch for the new parser. Add tests from the spec.
[pyyaml/python3.git] / tests / data / spec-10-05.canonical
bloba872ba22f367888c2371f6b4f990003c3d04ea76
1 %YAML 1.1
2 ---
3 !!seq [
4   !!str "",
5   !!str "block node\n",
6   !!seq [
7     !!str "one",
8     !!str "two",
9   ]
10   !!map {
11     ? !!str "one"
12     : !!str "two",
13   }