A single dot is not a float value (fixes #62).
[pyyaml/python3.git] / tests / data / spec-10-06.canonical
blobd9986c283495cc6b833689bd298c34c2bcaf1a79
1 %YAML 1.1
2 ---
3 !!seq [
4   !!map {
5     ? !!str "inner"
6     : !!str "entry",
7     ? !!str "also"
8     : !!str "inner"
9   },
10   !!map {
11     ? !!str "inner"
12     : !!str "entry",
13     ? !!str "last"
14     : !!str "entry"
15   }