You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Parent issue
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 asrule
orglobal
), the parser cannot match adrlStatement
and it bails out gracefully, ignoring the rest of the input and reporting no error.Rule code snippet
Error output
No error.
The text was updated successfully, but these errors were encountered: