OLD | NEW |
1 Failure: If the second search ends up finding the text in this line we didn't re
start the search from the last active match: last_step. | 1 Failure: If the second search ends up finding the text in this line we didn't re
start the search from the last active match: last_step. |
2 Start: The first search should match this word: first_step. | 2 Start: The first search should match this word: first_step. |
3 Success: The second search should match this word: last_step. Subsequent searche
s should fail. | 3 Success: The second search should match this word: last_step. Subsequent searche
s should fail. |
4 PASS testRunner.findString("first_", []) is true | 4 PASS testRunner.findString("first_", []) is true |
5 PASS testRunner.findString("first_step", []) is true | 5 PASS testRunner.findString("first_step", ["StartInSelection"]) is true |
6 PASS testRunner.findString("last_step", []) is true | 6 PASS testRunner.findString("last_step", []) is true |
7 PASS testRunner.findString("last_step", []) is false | 7 PASS testRunner.findString("last_step", []) is false |
| 8 PASS testRunner.findString("last_step", ["WrapAround"]) is true |
8 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
9 | 10 |
10 TEST COMPLETE | 11 TEST COMPLETE |
11 | 12 |
OLD | NEW |