Skip to content

Conditional parser fails to parse and (in some cases)

The following minimal example fails:

x = bla, blubb | expand
y = bla, blubb | expand

{x} == bla and {y} == blubb | exclude

And it is somehow related to the and in the condition. I will investigate that.