]
Kris Verlaenen updated DROOLS-2823:
-----------------------------------
Sprint: 2018 Week 30-32, 2018 Week 33-35, 2018 Week 36-38, 2018 Week 39-41 (was: 2018
Week 30-32, 2018 Week 33-35, 2018 Week 36-38)
FEEL Parser: refactor `not` unary negation and `not` function call;
fix support to wildcard `?`
-----------------------------------------------------------------------------------------------
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
Labels: drools-core
*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