]
Edoardo Vacchi edited comment on DROOLS-2823 at 8/10/18 9:52 AM:
-----------------------------------------------------------------
work on this issue has been done in this PR
ultimately closed that PR. It is advised to perform a bit of refactoring on the parser in
order to fix this properly
was (Author: evacchi):
work on this issue has been done in this PR
ultimately closed this, as it required more work. It is advised to perform a bit of
refactoring on the parser
FEEL Parser: `not` breaks with `list contains`
-----------------------------------------------
Key: DROOLS-2823
URL:
https://issues.jboss.org/browse/DROOLS-2823
Project: Drools
Issue Type: Bug
Components: dmn engine
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
*list contains([1,2,3,4,5,6], 3)* returns true
*not(list contains([1,2,3,4,5,6], 3))* returns “list contains([1,2,3,4,5,6], 3)”, it
should return false
Most likely related to an issue with the parse tree branches