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-15.data
blob
e6863b047317a030f566c94f30caf5db117672f6
1
---
2
"---" : foo
3
...: bar
4
---
5
[
6
---,
7
...,
8
{
9
? ---
10
: ...
11
}
12
]
13
...