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