Something went wrong while setting issue due date.
Query conditions not grouping values
A query such as Button[text=='hello world']
results in a condition:
{
property = "text",
value = "world",
symbol = "'"
}
when it should be
{
property = "text",
value = "hello world",
symbol = "=="
}
The parser/lexer needs to be massively evaluated and amended before beta.