alda-lang / alda

A music programming language for musicians. :notes:
https://alda.io
Eclipse Public License 2.0
5.59k stars 286 forks source link

MusicXML Importer - Test Case Reformatting #376

Closed Scowluga closed 3 years ago

Scowluga commented 3 years ago

I've reformatted the MusicXML importer test case file importer_test.go.

  1. I realize for some reason I implemented an executeImporterTestCases method taking in a varargs ...importerTestCase parameter but I never used this feature. I've changed to use this for repeated tests like for repeat1, repeat2, repeat3.
  2. I indented all Alda code blocks. This just fits better, especially with the use of varags above.

This is a simple change. As with before, feel free to just merge PRs like this.