repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A single dot is not a float value (fixes #62).
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-15.canonical
blob
85fbbd068bec77c2406b93d0bc8bc997cb3ab2b7
1
%YAML 1.1
2
---
3
!!seq [
4
!!map {
5
? !!str "sun"
6
: !!str "yellow"
7
},
8
!!map {
9
? !!map {
10
? !!str "earth"
11
: !!str "blue"
12
}
13
: !!map {
14
? !!str "moon"
15
: !!str "white"
16
}
17
}
18
]