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
Add more unit tests.
[pyyaml/python3.git]
/
tests
/
data
/
construct-value.code
blob
f1f015eeccf783a1031ed91948940ed616fd20e2
1
[
2
{ "link with": [ "library1.dll", "library2.dll" ] },
3
{
4
"link with": [
5
{ "=": "library1.dll", "version": 1.2 },
6
{ "=": "library2.dll", "version": 2.3 },
7
],
8
},
9
]