-
Task
-
Resolution: Done
-
Minor
-
None
-
None
There seems to be some redundancy between the tests for the old and the new Antlr parser.
Ideally, there'll be a single class with all the test methods and then two sub-classes which just parameterize that base with the parser variant to be used. Or, perhaps better, there'd just be a single class which would be run twice with two different parameterizations (one for each parser).