Add more unit tests for error messages.
[pyyaml/python3.git] / tests / data / spec-10-13.canonical
blobe183c50fc134b0a43ce4a05baeed547f3c151aea
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "explicit key"
5   : !!null "",
6   ? !!str "block key\n"
7   : !!seq [
8     !!str "one",
9     !!str "two",
10   ]