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
/
construct-merge.code
blob
6cd419da4acfd8395b2ffbe72edf995c75ac848c
1
[
2
{ "x": 1, "y": 2 },
3
{ "x": 0, "y": 2 },
4
{ "r": 10 },
5
{ "r": 1 },
6
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
7
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
8
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
9
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
10
]