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
Fix invalid output of single-quoted scalars in cases when a single
[pyyaml/python3.git]
/
tests
/
data
/
invalid-tag-handle-2.emitter-error
blob
d1831d55e6338897e45d287b9edcd14d941d23ed
1
- !StreamStart
2
- !DocumentStart { tags: { '!!!': 'bar' } }
3
- !Scalar { value: 'foo' }
4
- !DocumentEnd
5
- !StreamEnd