commit | 8ed04587d3cd53e29be20fde9c36e619ea7da4dc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 19:07:28 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 19:07:28 2020 +0100 |
tree | 6a66f8036d567d984190c19f5372eff719ff6477 | |
parent | 0c6ceaf90389b41545d803458c4813013811c756 [diff] [blame] |
patch 8.2.0299: Vim9: ISN_STORE with argument not tested Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool() not tested. Solution: Add tests. Add test_unknown() and test_void().
diff --git a/src/version.c b/src/version.c index d889ce7..95a098b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 299, +/**/ 298, /**/ 297,