updated for version 7.3.1259
Problem: No test for patch 7.3.1258
Solution: Add a test entry.
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index a7b5794..c414c6e 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -384,6 +384,7 @@
: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 @@
:endfor
:unlet t tl e l
:"
-:"""""" multi-line tests
+:"""""" multi-line tests """"""""""""""""""""
:let tl = []
:"
:"""" back references
@@ -572,6 +573,7 @@
"ayb20gg/..\%$
"bybGo"apo"bp:"
:"
+:""""" Write the results """""""""""""
:/\%#=1^Results/,$wq! test.out
ENDTEST