]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1259 v7.3.1259
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 10:10:26 +0000 (12:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jun 2013 10:10:26 +0000 (12:10 +0200)
Problem:    No test for patch 7.3.1258
Solution:   Add a test entry.

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

index a7b5794d733e3cf87737bfb94595b8f004c38ed4..c414c6e76ef07192d83300608a29c3afc5a8a956 100644 (file)
@@ -384,6 +384,7 @@ STARTTEST
 :call add(tl, [2, '^.*\.\(.*\)/.\+\(\1\)\@<!$', 'foo.bat/foo.com', 'foo.bat/foo.com', 'bat'])
 :call add(tl, [2, '^.*\.\(.*\)/.\+\(\1\)\@<!$', 'foo.bat/foo.bat'])
 :call add(tl, [2, '^.*\.\(.*\)/.\+\(\1\)\@<=$', 'foo.bat/foo.bat', 'foo.bat/foo.bat', 'bat', 'bat'])
+:call add(tl, [2, '\\\@<!\${\(\d\+\%(:.\{-}\)\?\\\@<!\)}', '2013-06-27${0}', '${0}', '0'])
 :"
 :"""" Look-behind with limit
 :call add(tl, [2, '<\@<=span.', 'xxspanxx<spanyyy', 'spany'])
@@ -462,7 +463,7 @@ STARTTEST
 :endfor
 :unlet t tl e l
 :"
-:"""""" multi-line tests
+:"""""" multi-line tests """"""""""""""""""""
 :let tl = []
 :"
 :"""" back references
@@ -572,6 +573,7 @@ yeGo\epA END\e:"
 "ayb20gg/..\%$
 "bybGo\e"apo\e"bp:"
 :"
+:""""" Write the results """""""""""""
 :/\%#=1^Results/,$wq! test.out
 ENDTEST
 
index 8aa5a6047d529e7eae6f927ce3dbe94792fb4cef..8ac9e32cbc72146db3979a2f390cbef4c13e4707 100644 (file)
@@ -878,6 +878,9 @@ OK 2 - ^.*\.\(.*\)/.\+\(\1\)\@<!$
 OK 0 - ^.*\.\(.*\)/.\+\(\1\)\@<=$
 OK 1 - ^.*\.\(.*\)/.\+\(\1\)\@<=$
 OK 2 - ^.*\.\(.*\)/.\+\(\1\)\@<=$
+OK 0 - \\\@<!\${\(\d\+\%(:.\{-}\)\?\\\@<!\)}
+OK 1 - \\\@<!\${\(\d\+\%(:.\{-}\)\?\\\@<!\)}
+OK 2 - \\\@<!\${\(\d\+\%(:.\{-}\)\?\\\@<!\)}
 OK 0 - <\@<=span.
 OK 1 - <\@<=span.
 OK 2 - <\@<=span.
index d8a6f3804e303a0d98b7c01c66e15d7d79742009..d9e62dd488e65530785d819f22814c430e1f8217 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1259,
 /**/
     1258,
 /**/