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-05.canonical
blob
07cc0c9879b134ac49853591f608e65ba4c10538
1
%YAML 1.1
2
---
3
!!seq [
4
!!null "",
5
!!str "block node\n",
6
!!seq [
7
!!str "one",
8
!!str "two",
9
],
10
!!map {
11
? !!str "one"
12
: !!str "two",
13
}
14
]