summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-29 12:10:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-29 12:10:26 +0200
commit560c52d32b3e509710e5e7fd620feb751e97689b (patch)
tree7857ec7622e16ac0ec63f2525deaf12984d9f338
parent4d9ae21a342a3c81913e9f41b362778989b0c564 (diff)
updated for version 7.3.1259v7.3.1259
Problem: No test for patch 7.3.1258 Solution: Add a test entry.
-rw-r--r--src/testdir/test64.in4
-rw-r--r--src/testdir/test64.ok3
-rw-r--r--src/version.c2
3 files changed, 8 insertions, 1 deletions
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index a7b5794d73..c414c6e76e 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -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 @@ yeGopA END:"
"ayb20gg/..\%$
"bybGo"apo"bp:"
:"
+:""""" Write the results """""""""""""
:/\%#=1^Results/,$wq! test.out
ENDTEST
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok
index 8aa5a6047d..8ac9e32cbc 100644
--- a/src/testdir/test64.ok
+++ b/src/testdir/test64.ok
@@ -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.
diff --git a/src/version.c b/src/version.c
index d8a6f3804e..d9e62dd488 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1259,
+/**/
1258,
/**/
1257,