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
/
construct-custom.code
blob
2d5f0639f0135e787a568e49757bc2b0663cc775
1
[
2
MyTestClass1(x=1),
3
MyTestClass1(x=1, y=2, z=3),
4
MyTestClass2(x=10),
5
MyTestClass2(x=10, y=20, z=30),
6
MyTestClass3(x=1),
7
MyTestClass3(x=1, y=2, z=3),
8
MyTestClass3(x=1, y=2, z=3),
9
YAMLObject1(my_parameter='foo', my_another_parameter=[1,2,3])
10
]