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
Move pyyaml3000 to a separate directory.
[pyyaml/python3.git]
/
tests
/
data
/
spec-06-05.canonical
blob
8da431d04574e2833c7ccd369b3bae25b8e7bd04
1
%YAML 1.1
2
---
3
!!map {
4
? !!map {
5
? !!str "first"
6
: !!str "Sammy",
7
? !!str "last"
8
: !!str "Sosa"
9
}
10
: !!map {
11
? !!str "hr"
12
: !!int "65",
13
? !!str "avg"
14
: !!float "0.278"
15
}
16
}