File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
141146 </group >
142147 <group name =" Length" version =" 1.0" >
143148 <capability code =" string-operators" />
266271 <expression >PositionOf('c', 'ab')</expression >
267272 <output >-1</output >
268273 </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 >
269279 </group >
270280 <group name =" ReplaceMatches" version =" 1.0" >
271281 <capability code =" string-operators" />
You can’t perform that action at this time.
0 commit comments