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-09-15.canonical
blob
df0204076bdd2aadd2326ceca21e8f5b0a0c2c8e
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "---"
5
: !!str "foo",
6
? !!str "..."
7
: !!str "bar"
8
}
9
%YAML 1.1
10
---
11
!!seq [
12
!!str "---",
13
!!str "...",
14
!!map {
15
? !!str "---"
16
: !!str "..."
17
}
18
]