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-08-08.canonical
blob
d3f8b1a758568ffaa9f02292a61012882e610103
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "foo"
5
: !!str "bar baz"
6
}
7
%YAML 1.1
8
---
9
!!str "foo bar"
10
%YAML 1.1
11
---
12
!!str "foo bar"
13
%YAML 1.1
14
---
15
!!str "foo\n"