Open hegemonic opened 12 years ago
Catharsis' tests should include some really pathological type expressions, to make sure the grammar doesn't choke on them.
We should also make sure we're testing the parser thoroughly, possibly using node-jscoverage. Here's an example of how to support this.
I added many unit tests for 0.3.0, but we could still use a code-coverage test.
Catharsis' tests should include some really pathological type expressions, to make sure the grammar doesn't choke on them.
We should also make sure we're testing the parser thoroughly, possibly using node-jscoverage. Here's an example of how to support this.