CQL: Whitespace before unit causes error
Try
FIND Guitar WITH price > 100€
vs
FIND Guitar WITH price > 100 €
leads to output
mismatched input ' ' expecting {<EOF>, WITH, WHERE, WHICH, HAS_A, DOT}
At least there should be a better error message but ideally, we should be able to cope with too many whitespaces.