diff src/testdir/Makefile @ 5351:923738744a60 v7.4.028

updated for version 7.4.028 Problem: Equivalence classes are not working for multi-byte characters. Solution: Copy the rules from the old to the new regexp engine. Add a test to check both engines.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Sep 2013 17:00:20 +0200
parents 7a6ce0c426fe
children 91f6a28e010d
line wrap: on
line diff
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -29,7 +29,8 @@ SCRIPTS = test1.out test2.out test3.out 
 		test79.out test80.out test81.out test82.out test83.out \
 		test84.out test85.out test86.out test87.out test88.out \
 		test89.out test90.out test91.out test92.out test93.out \
-		test94.out test95.out test96.out test97.out test98.out
+		test94.out test95.out test96.out test97.out test98.out \
+		test99.out
 
 SCRIPTS_GUI = test16.out