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