Skip to content

Commit 0666708

Browse files
author
Bryn Rhodes
committed
Undo accidental commit to main
1 parent f80a27f commit 0666708

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tests/cql/CqlStringOperatorsTest.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@
138138
<expression>LastPositionOf('hi', 'Say hi to Ohio!')</expression>
139139
<output>11</output>
140140
</test>
141-
<test name="LastPositionOf3" version="1.0">
142-
<capability code="string-operators" />
143-
<expression>LastPositionOf('', 'Say hi to Ohio!')</expression>
144-
<output>15</output>
145-
</test>
146141
</group>
147142
<group name="Length" version="1.0">
148143
<capability code="string-operators" />
@@ -271,11 +266,6 @@
271266
<expression>PositionOf('c', 'ab')</expression>
272267
<output>-1</output>
273268
</test>
274-
<test name="PositionOf3" version="1.0">
275-
<capability code="string-operators" />
276-
<expression>PositionOf('', 'Say hi to Ohio!')</expression>
277-
<output>0</output>
278-
</test>
279269
</group>
280270
<group name="ReplaceMatches" version="1.0">
281271
<capability code="string-operators" />

0 commit comments

Comments
 (0)