exercism / coffeescript

Exercism exercises in CoffeeScript.
https://exercism.org/tracks/coffeescript
MIT License
19 stars 49 forks source link

Fix syntax error in matching-brackets example #322

Closed BNAndras closed 2 months ago

BNAndras commented 2 months ago

This solution passed the CI but not in the web editor which complained isPaired isn't a function. We should use the test runner image in the CI to make sure the examples work as expected. That'll be a follow-up PR later.