Closed kevincui88 closed 2 years ago
I'm expecting the following to return true, but it's returning false. (Citrus 3.0.2)
Logic.parse("\"with space\" in [\"with space\" \"nospace\"]").value
I did some testing on my end and found out this is only an issue when the array has an element that contains spaces as shown above.
Can we please fix this? Thanks
I'm expecting the following to return true, but it's returning false. (Citrus 3.0.2)
Logic.parse("\"with space\" in [\"with space\" \"nospace\"]").value
I did some testing on my end and found out this is only an issue when the array has an element that contains spaces as shown above.
Can we please fix this? Thanks