camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
123 stars 50 forks source link

Verify filtering list of contexts where some part is null or non-existing #700

Closed remcowesterhoud closed 1 year ago

remcowesterhoud commented 1 year ago

Description

This PR adds some testcases to verify filtering over a list of contexts works as intended. It focuses on cases where something in the contexts, or filter is non-existing or null.

Related issues

closes #582