updated for version 7.3.1008 v7.3.1008
authorBram Moolenaar <Bram@vim.org>
Thu, 23 May 2013 20:43:08 +0000 (22:43 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 May 2013 20:43:08 +0000 (22:43 +0200)
Problem:    Test 95 fails on MS-Windows.
Solution:   Set 'nomore'. Change \i to \f.  Change multi-byte character to
            something that is not matching \i. (Ken Takata)

src/testdir/test95.in
src/testdir/test95.ok
src/version.c

index 7185c8ecbe0229bc0c8f59890e1c467bb087e371..41e3f78b2f1fd8e618c09b3f1305c0b28df178aa 100644 (file)
@@ -30,10 +30,10 @@ STARTTEST
 :call add(tl, ['\p\+', 'ìa', 'ìa'])
 
 :"""" Test recognition of some character classes
-:call add(tl, ['\i\+', '&*§xx ', 'xx'])
-:call add(tl, ['\%#=1\i\+', '&*§xx ', 'xx'])
+:call add(tl, ['\i\+', '&*¨xx ', 'xx'])
+:call add(tl, ['\%#=1\i\+', '&*¨xx ', 'xx'])
 :call add(tl, ['\f\+', '&*\9ffname ', 'fname'])
-:call add(tl, ['\%#=1\i\+', '&*\9ffname ', 'fname'])
+:call add(tl, ['\%#=1\f\+', '&*\9ffname ', 'fname'])
 
 :"""" Combining different tests and features
 :call add(tl, ['[^[=a=]]\+', 'ddaãâbcd', 'dd'])
index 4a91073c8f553463d6c16b921e0a2d11264877b7..4c1f0ca1d07edc20cf3bbd2bb388a7e1a4b355ad 100644 (file)
@@ -8,5 +8,5 @@ OK - \p\+
 OK - \i\+
 OK - \%#=1\i\+
 OK - \f\+
-OK - \%#=1\i\+
+OK - \%#=1\f\+
 OK - [^[=a=]]\+
index bee106ca42e6f75e690d139ea1f3fc1dbacc23a5..07bd9dce86a6cbfe5a8fece572ca4ae7328596b9 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1008,
 /**/
     1007,
 /**/