diff --git a/tests/cql/CqlStringOperatorsTest.xml b/tests/cql/CqlStringOperatorsTest.xml index e1836aa..b7a408f 100644 --- a/tests/cql/CqlStringOperatorsTest.xml +++ b/tests/cql/CqlStringOperatorsTest.xml @@ -138,6 +138,11 @@ LastPositionOf('hi', 'Say hi to Ohio!') 11 + + + LastPositionOf('', 'Say hi to Ohio!') + 15 + @@ -266,6 +271,11 @@ PositionOf('c', 'ab') -1 + + + PositionOf('', 'Say hi to Ohio!') + 0 +