Imported Upstream version 3.10
[platform/upstream/python-PyYAML.git] / tests / data / spec-09-13.canonical
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!str "simple key"
5   : !!map {
6     ? !!str "also simple"
7     : !!str "value",
8     ? !!str "not a simple key"
9     : !!str "any value"
10   }
11 }