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-01.canonical
blob
d08cdd4040a6c9e48e342b69f2ac39c0311d7397
1
%YAML 1.1
2
---
3
!!seq [
4
!!seq [
5
!!str "inner",
6
!!str "inner",
7
],
8
!!seq [
9
!!str "inner",
10
!!str "last",
11
],
12
]