summaryrefslogtreecommitdiff
path: root/src/testdir/test44.in
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1701v7.4.1701Bram Moolenaar2016-04-031-6/+0
| | | | | Problem: Equivalence classes still tested in old style tests. Solution: Remove the duplicate.
* patch 7.4.1006v7.4.1006Bram Moolenaar2015-12-311-0/+5
| | | | | Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem)
* patch 7.4.704v7.4.704Bram Moolenaar2015-04-211-8/+16
| | | | | | | | Problem: Searching for a character matches an illegal byte and causes invalid memory access. (Dominique Pelle) Solution: Do not match an invalid byte when search for a character in a string. Fix equivalence classes using negative numbers, which result in illegal bytes.
* updated for version 7.4.636v7.4.636Bram Moolenaar2015-02-171-0/+6
| | | | | | Problem: A search with end offset gets stuck at end of file. (Gary Johnson) Solution: When a search doesn't move the cursor repeat it with a higher count. (Christian Brabandt)
* updated for version 7.4.028v7.4.028Bram Moolenaar2013-09-191-0/+2
| | | | | | Problem: Equivalence classes are not working for multi-byte characters. Solution: Copy the rules from the old to the new regexp engine. Add a test to check both engines.
* updated for version 7.3.927v7.3.927Bram Moolenaar2013-05-061-1/+4
| | | | | Problem: Missing combining characters when putting text in a register. Solution: Include combining characters. (David Bürgin)
* updated for version 7.3.779v7.3.779Bram Moolenaar2013-01-231-0/+4
| | | | | | Problem: Backwards search lands in wrong place when started on a multibyte character. Solution: Do not set extra_col for a backwards search. (Sung Pae)
* updated for version 7.3.259v7.3.259Bram Moolenaar2011-07-201-0/+4
| | | | | Problem: Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle)
* updated for version 7.0016v7.0016Bram Moolenaar2004-09-131-0/+11
|
* updated for version 7.0011v7.0011Bram Moolenaar2004-07-191-0/+7
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+37