Imported Upstream version 3.10
[platform/upstream/python-PyYAML.git] / tests / data / spec-08-15.canonical
1 %YAML 1.1
2 ---
3 !!seq [
4   !!null "",
5   !!map {
6     ? !!str "foo"
7     : !!null "",
8     ? !!null ""
9     : !!str "bar",
10   }
11 ]