commit | 3ba35409a65b457d29a885a27b46b02a9aec6bcc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 21 22:00:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 21 22:00:50 2019 +0100 |
tree | 6856f8c2ff5b2fbe8f4f122859beb89d122be33f | |
parent | aa2f0ee639d3b59e4402261ebee27bf545a62d8b [diff] [blame] |
patch 8.2.0028: searchpairpos() is not tested Problem: Searchpairpos() is not tested. Solution: Add tests. Also improve searchpair() testing. (Dominique Pelle, closes #5388)
diff --git a/src/version.c b/src/version.c index c3e900d..ec5c7b4 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 28, +/**/ 27, /**/ 26,