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-05-04.canonical
blob
00c97236d809e9f9e33e98c70fd98e9549d5504a
1
%YAML 1.1
2
---
3
!!map {
4
? !!str "sequence"
5
: !!seq [
6
!!str "one", !!str "two"
7
],
8
? !!str "mapping"
9
: !!map {
10
? !!str "sky" : !!str "blue",
11
? !!str "sea" : !!str "green",
12
}
13
}