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
/
expected-document-end.emitter-error
blob
0cbab899532f08432c23a288da4e78f16579f732
1
- !StreamStart
2
- !DocumentStart
3
- !Scalar { value: 'data 1' }
4
- !Scalar { value: 'data 2' }
5
- !DocumentEnd
6
- !StreamEnd