construct-value.test 207 B

123456789101112
  1. # RUN: yaml-bench -canonical %s
  2. --- # Old schema
  3. link with:
  4. - library1.dll
  5. - library2.dll
  6. --- # New schema
  7. link with:
  8. - = : library1.dll
  9. version: 1.2
  10. - = : library2.dll
  11. version: 2.3