Add an example: yaml highlight script.
[pyyaml/python3.git] / tests / data / spec-10-03.canonical
blob1443395b53d371760159d62b89481db5d63bbb1d
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "block"
5   : !!seq [
6     !!str "one",
7     !!map {
8       ? !!str "two"
9       : !!str "three"
10     }
11   ]