Requirement: selector.operator.inIN expressions are of the form: identifier [NOT] IN (string-literal1, string-literal2, ...) where identifier has a String or NULL value. If identifier is NULL, the value of the operation is unknown. TODO - add tests where identifier is known to be a non-string value See:
Test cases
|