commit | 58a44751cec55be1ace0d4be5367dc19bc56be5d | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Apr 30 15:29:56 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 30 15:29:56 2023 +0100 |
tree | 0df3968547fd15f44d15138036c46fe6c4675248 | |
parent | caf642c25de526229264cab9425e7c9979f3509b [diff] [blame] |
patch 9.0.1500: The falsy operator is not tested properly Problem: The falsy operator is not tested properly. Solution: Add a few more test cases. (closes #12319)
diff --git a/src/version.c b/src/version.c index 460b49b..b81b734 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1500, +/**/ 1499, /**/ 1498,