1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2015-11-29 17:35:35 +01:00
parent 48a969b488
commit 43345546ae
8 changed files with 294 additions and 7 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
944,
/**/
943,
/**/