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
Add support for pickling/unpickling python objects.
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-06.canonical
blob
d9986c283495cc6b833689bd298c34c2bcaf1a79
1
%YAML 1.1
2
---
3
!!seq [
4
!!map {
5
? !!str "inner"
6
: !!str "entry",
7
? !!str "also"
8
: !!str "inner"
9
},
10
!!map {
11
? !!str "inner"
12
: !!str "entry",
13
? !!str "last"
14
: !!str "entry"
15
}
16
]