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
Subclass all base classes from `object`.
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-07.canonical
blob
ec74230a9d717146ec5dd3e3b7ccd116f893bbe4
1
%YAML 1.1
2
---
3
!!map {
4
? !!null ""
5
: !!str "value",
6
? !!str "explicit key"
7
: !!str "value",
8
? !!str "simple key"
9
: !!str "value",
10
? !!seq [
11
!!str "collection",
12
!!str "simple",
13
!!str "key"
14
]
15
: !!str "value"
16
}