]
Kirill Gaevskii reassigned DROOLS-2823:
---------------------------------------
Assignee: Kirill Gaevskii (was: Edoardo Vacchi)
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: Kirill Gaevskii
Labels: Stunner
*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