1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/samples-common/construct-value.yml

11 lines
174 B
YAML

--- # Old schema
link with:
- library1.dll
- library2.dll
--- # New schema
link with:
- = : library1.dll
version: 1.2
- = : library2.dll
version: 2.3