summaryrefslogtreecommitdiff
path: root/test/normal/search-extending-multiple-selections
AgeCommit message (Collapse)Author
2025-05-11Test for <?> dropping selections where search wrapsJohannes Altmanninger
Add a test covering this branch in extend_to_next_matches(): else if (new_sels.size() <= main_index) --main_index; Specifically, this test would fail if the "<=" were to be replaced with "<".