BradleyCai / ucr-schedule-visualizer

Generates an hour by hour view and shows the locations of all the classes from a raw class list from GROWL.
https://waa.ai/ucrsv
MIT License
5 stars 2 forks source link

Create regular expression test framework #51

Closed emmiegit closed 8 years ago

emmiegit commented 9 years ago

We need a system where we can test our regular expresssions, and identify issues with them. Ideally, this should be able to target a specific *.regex file that is at fault.

While not part of this issue, eventually we should have a system where we can test our Javascript sources as well.

emmiegit commented 9 years ago

This issue is labeled help wanted because anybody who finds a current or potential issue with the regular expressions should create *.test files to help catch these errors before production.