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