commit | 218426896cbb2129aa4e85803ea97c5b57df1eaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 13:50:38 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 13:50:38 2017 +0100 |
tree | 0ce0e802eedf00927b221f7915b0836023347ccb | |
parent | ae177b716626c8d517b7c6c7d77f8b1aec6ba5f9 [diff] [blame] |
patch 8.0.0351: no test for concatenating an empty string Problem: No test for concatenating an empty string that results from out of bounds indexing. Solution: Add a simple test.
diff --git a/src/version.c b/src/version.c index bd271cc..b51f04d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 351, +/**/ 350, /**/ 349,