summaryrefslogtreecommitdiffstats
path: root/src/testdir/test64.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-31 21:45:09 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-31 21:45:09 +0200
commit14f55c6f67b55b693d0689beb66af90f53589a77 (patch)
treea7faacd4fddae3495983292cc996d8a1938c4589 /src/testdir/test64.ok
parent99dc19d1cc4d68694f168ccee468bbab908b9c58 (diff)
updated for version 7.3.1082v7.3.1082
Problem: New regexp engine: Problem with \@= matching. Solution: Save and restore nfa_match.
Diffstat (limited to 'src/testdir/test64.ok')
-rw-r--r--src/testdir/test64.ok3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok
index ed4f52d700..2f96073cfc 100644
--- a/src/testdir/test64.ok
+++ b/src/testdir/test64.ok
@@ -669,6 +669,9 @@ OK 2 - \(.*John\)\@=.*Bob
OK 0 - \(John.*\)\@=.*Bob
OK 1 - \(John.*\)\@=.*Bob
OK 2 - \(John.*\)\@=.*Bob
+OK 0 - \<\S\+\())\)\@=
+OK 1 - \<\S\+\())\)\@=
+OK 2 - \<\S\+\())\)\@=
OK 0 - .*John\&.*Bob
OK 1 - .*John\&.*Bob
OK 2 - .*John\&.*Bob