feel-scala icon indicating copy to clipboard operation
feel-scala copied to clipboard

UnaryTests: compare a list with a single value

Open saig0 opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe. In a unary-tests, I want to compare a variable with the input value. If the variable evaluates to a list then it fails to evaluate the expression because it expects a single value.

It works if the variable is replaced with a literal of the same value.

image

Describe the solution you'd like In a unary-tests, I can compare a variable with the input value if the variable evaluates to a list.

Related issues Related to #307.

  • Camunda BPM:
  • Zeebe broker:

saig0 avatar Aug 03 '21 04:08 saig0

Id also like to give this a try

sccalabr avatar Oct 09 '21 03:10 sccalabr

I'm going to give this back until I can figure out how to set up intellij.

sccalabr avatar Oct 24 '21 16:10 sccalabr

The issue is fixed since version 1.14.0.

saig0 avatar Nov 03 '22 05:11 saig0