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
/
empty-tag-handle.emitter-error
blob
235c8998b09f96370ab20fbc7d9bfed33014913f
1
- !StreamStart
2
- !DocumentStart { tags: { '': 'bar' } }
3
- !Scalar { value: 'foo' }
4
- !DocumentEnd
5
- !StreamEnd