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
Make the attribute rule less specialized and use the chunk rule for the duration attribute's value. This is the behavior of the old parser's intOrChunkAttribute method.
Rule code snippet
rule R
duration ("P1DT1M")
when
end
Error output
N/A.
The text was updated successfully, but these errors were encountered:
Parent issue
Failing tests
None. Discovered accidentally.
Notes
Add a new test to
org.drools.drl.parser.antlr4.MiscDRLParserTest
. Related to #5937. Two options:attribute
rule inDRLParser.g4
.attribute
rule less specialized and use thechunk
rule for theduration
attribute's value. This is the behavior of the old parser's intOrChunkAttribute method.Rule code snippet
Error output
N/A.
The text was updated successfully, but these errors were encountered: