Our testsuite covers many cases of invalid data in our ParserExceptionsTest.
Many of those cases are not covered by the bad data of the cucumber gherkin testsuite.
We should upstream those tests to cucumber, to ensure that the handling of such invalid data is indeed consistent with official parser. Having shared regression tests is better than having them only for our own project.
Once upstreamed (and released upstream so that our testsuite runs those new upstream tests), we should probably delete those tests from ParserExceptionsTest as there is no need to test those things twice.