yaml / yaml-test-suite

Comprehensive, language independent Test Suite for YAML
MIT License
172 stars 58 forks source link

Generate symlinks properly for multi tests #112

Closed ingydotnet closed 2 years ago

ingydotnet commented 2 years ago

See #107

ingydotnet commented 2 years ago

This changes the format from tags/empty-key/M2N8/00 to tags/empty-key/M2N8-00

I actually created support for multitest tags in #94

I used adjusted to that new format alraedy in YAML::PP and in the YAML Test Matrix.

I don't like that it is changed again, and you approved #94

Also it's inconsistent with the data files themselves, e.g. M2N8/00/in.yaml

Fixed in abcc9cde