commit | 43345546ae63710441f066648b8485fb545b3801 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 29 17:35:35 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 29 17:35:35 2015 +0100 |
tree | 6856441fbdb36ee40e5225b97b1e0e698fc72d62 | |
parent | 48a969b48898fb08dce636c6b918408c6fbd3ea0 [diff] [blame] |
patch 7.4.944 Problem: Writing tests for Vim script is hard. Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add the v:errors variable. Add the runtest script. Add a first new style test script.
diff --git a/src/version.c b/src/version.c index 179ec07..58cbf1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 944, +/**/ 943, /**/ 942,