mjackson / citrus

Parsing Expressions for Ruby

Home Page:http://mjackson.github.io/citrus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logic.parse() failed to correctly parse expression that contains space in array's element

kevincui1993 opened this issue · comments

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