Add more unit tests for error messages.
[pyyaml/python3.git] / tests / data / construct-value.code
blobf1f015eeccf783a1031ed91948940ed616fd20e2
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     },