Skip to content

Commit

Permalink
updated for version 7.3.1259
Browse files Browse the repository at this point in the history
Problem:    No test for patch 7.3.1258
Solution:   Add a test entry.
  • Loading branch information
brammool committed Jun 29, 2013
1 parent 4d9ae21 commit 560c52d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/testdir/test64.in
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down Expand Up @@ -462,7 +463,7 @@ STARTTEST
:endfor
:unlet t tl e l
:"
:"""""" multi-line tests
:"""""" multi-line tests """"""""""""""""""""
:let tl = []
:"
:"""" back references
Expand Down Expand Up @@ -572,6 +573,7 @@ yeGopA END:"
"ayb20gg/..\%$
"bybGo"apo"bp:"
:"
:""""" Write the results """""""""""""
:/\%#=1^Results/,$wq! test.out
ENDTEST

Expand Down
3 changes: 3 additions & 0 deletions src/testdir/test64.ok
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1259,
/**/
1258,
/**/
Expand Down

0 comments on commit 560c52d

Please sign in to comment.