<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kakoune.git/test/normal/search-extending-multiple-selections, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/'/>
<entry>
<title>Test for &lt;?&gt; dropping selections where search wraps</title>
<updated>2025-05-10T23:57:17+00:00</updated>
<author>
<name>Johannes Altmanninger</name>
<email>aclopte@gmail.com</email>
</author>
<published>2025-05-10T19:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=3241f1b63025ebad4f8706594acf265f0e5e9c4a'/>
<id>3241f1b63025ebad4f8706594acf265f0e5e9c4a</id>
<content type='text'>
Add a test covering this branch in extend_to_next_matches():

	else if (new_sels.size() &lt;= main_index)
	    --main_index;

Specifically, this test would fail if the "&lt;=" were to be replaced with "&lt;".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a test covering this branch in extend_to_next_matches():

	else if (new_sels.size() &lt;= main_index)
	    --main_index;

Specifically, this test would fail if the "&lt;=" were to be replaced with "&lt;".
</pre>
</div>
</content>
</entry>
</feed>
