jhorstmann / zuchini

A reimplementation of gherkin and cucumber for java based on antlr4 and junit
11 stars 3 forks source link

Add more tests for the parser, especially for invalid syntaxes #9

Open jhorstmann opened 9 years ago

jhorstmann commented 9 years ago

Testsuite could be based on the one for gherkin3 at https://github.com/cucumber/gherkin3/tree/master/testdata

We might also improve the error message for syntax errors

lukasniemeier-zalando commented 6 years ago

See https://github.com/jhorstmann/zuchini/pull/32