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 a bug when a block scalar is incorrectly emitted in the simple key context.
[pyyaml/python3.git]
/
tests
/
data
/
spec-09-12.data
blob
b9a3ac538cd4b2381bfdd8522a07059f42edf1ed
1
# Outside flow collection:
2
- ::std::vector
3
- Up, up, and away!
4
- -123
5
# Inside flow collection:
6
- [ '::std::vector',
7
"Up, up, and away!",
8
-123 ]