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
/
spec-10-12.canonical
blob
a95dd40c664ad6b4cb83d7ec01d94620349f5608
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "block"
5
: !!map {
6
? !!str "key"
7
: !!str "value"
8
}
9
}