Skip to content

Commit f9750dd

Browse files
committed
fix 'multi find all'-test for ST2
1 parent 671e6ae commit f9750dd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/testMultiEditUtils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ def testMultiFindAll(self):
181181
selection = self.view.sel()
182182

183183
# select the first occurrences of abc and def
184+
selection.clear()
184185
selection.add(sublime.Region(0, 3))
185186
selection.add(sublime.Region(4, 7))
186187

0 commit comments

Comments
 (0)