yurloc opened a new issue, #5929: URL: https://github.com/apache/incubator-kie-drools/issues/5929
## Parent issue - #5678 ## Failing tests - `org.drools.mvel.integrationtests.ParserTest#testErrorsParser` ## Notes For example, if there is a typo in the `import` keyword (or any other keyword that starts a DRL statement, such as `rule` or `global`), the parser cannot match a `drlStatement` and it **bails out gracefully, ignoring the rest of the input and reporting no error**. ## Rule code snippet ``` package org.drools.compiler.test; impot org.drools.compiler.test.model.Cheese; rule "eval rule test" ... ``` ## Error output No error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
