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!')
+
+
+ LastPositionOf('', 'Say hi to Ohio!')
+
+
@@ -266,6 +271,11 @@
PositionOf('c', 'ab')
+
+
+ PositionOf('', 'Say hi to Ohio!')
+
+