[ https://issues.apache.org/jira/browse/GROOVY-11532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17907154#comment-17907154 ]
Karl Henselin commented on GROOVY-11532: ---------------------------------------- Thanks so much for your very excellent reply! I had been trying to find something like that which I figured I missed, but I couldn't figure it out! > Parrot Parser doesn't seem to ever throw error on parse. > -------------------------------------------------------- > > Key: GROOVY-11532 > URL: https://issues.apache.org/jira/browse/GROOVY-11532 > Project: Groovy > Issue Type: Bug > Components: parser-antlr4 > Affects Versions: 3.0.22, 3.0.23 > Reporter: Karl Henselin > Priority: Major > > I created a small test project for this issue. > > [https://github.com/karlhenselin/testGroovy] > using the prior parser, > new GroovyShell().parse("this is not valid;asdf;asdf;asdf;asdf;asdf "); > throws MultipleCompilationErrorsException > but on the new parser, no error is thrown on that line. > I have tried adding options to try and get it to throw, but I can can get to > work is > System.setProperty("groovy.antlr4", "false"); -- This message was sent by Atlassian Jira (v8.20.10#820010)