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
Make compose() and load() ensure that the input stream contains a single document...
[pyyaml/python3.git]
/
tests
/
data
/
spec-10-04.canonical
blob
ae486a3c714d39184f9f01e146851d8d3468b3be
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "block"
5
: !!seq [
6
!!str "one",
7
!!seq [
8
!!str "two"
9
]
10
]
11
}