dn-m / MusicXML

Implementation of the musicXML specification in Swift
MIT License
74 stars 20 forks source link

Iterate over all LilyPondTestSuite files and collect successes and failures #85

Closed jsbean closed 5 years ago

jsbean commented 5 years ago

This PR extends the design to pull in the LilyPondTestSuite files directly. All of the files are iterated over, and successes and failures are collected in the process.

Currently we are parsing 101 files successfully, and we are failing to parse 155 files. It is a little bit interesting that those are odd numbers.

Closes #11, resolves #46, fixes #51, closes #53, fixes #54, resolves #58.