Add more unit tests for error messages.
[pyyaml/python3.git] / tests / data / spec-06-05.canonical
blob8da431d04574e2833c7ccd369b3bae25b8e7bd04
1 %YAML 1.1
2 ---
3 !!map {
4   ? !!map {
5     ? !!str "first"
6     : !!str "Sammy",
7     ? !!str "last"
8     : !!str "Sosa"
9   }
10   : !!map {
11     ? !!str "hr"
12     : !!int "65",
13     ? !!str "avg"
14     : !!float "0.278"
15   }