Skip to content
8 changes: 8 additions & 0 deletions tests/cql/CqlStringOperatorsTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,16 @@
<expression>Substring('ab', -1)</expression>
<output>null</output>
</test>
<<<<<<< main
Comment thread
brynrhodes marked this conversation as resolved.
Outdated
<test name="SubstringEmptyAnd0">
Comment thread
brynrhodes marked this conversation as resolved.
Outdated
<expression>Substring('', 0)</expression>
Comment thread
brynrhodes marked this conversation as resolved.
<output>''</output>
</test>
<test name="SubstringAB0To1">
Comment thread
brynrhodes marked this conversation as resolved.
Outdated
=======
Comment thread
brynrhodes marked this conversation as resolved.
Outdated
<test name="SubstringAB0To1" version="1.0">
<capability code="string-operators" />
>>>>>>> main
Comment thread
brynrhodes marked this conversation as resolved.
Outdated
<expression>Substring('ab', 0, 1)</expression>
<output>'a'</output>
</test>
Expand Down
Loading