summaryrefslogtreecommitdiff
path: root/src/testdir/test64.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-05 18:52:40 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-05 18:52:40 +0200
commit8795374bd31a98e488e1ce293604f17eec33067b (patch)
tree6752dba4356911f1611a24098798d14380b4b0ed /src/testdir/test64.ok
parent67604aed755c71f51114c0125eb49ba7bcfcf8c7 (diff)
downloadvim-git-8795374bd31a98e488e1ce293604f17eec33067b.tar.gz
updated for version 7.3.1122v7.3.1122
Problem: New regexp engine: \%> not supported. Solution: Implement \%>.
Diffstat (limited to 'src/testdir/test64.ok')
-rw-r--r--src/testdir/test64.ok8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok
index 49ecac631..49a570ae2 100644
--- a/src/testdir/test64.ok
+++ b/src/testdir/test64.ok
@@ -872,6 +872,14 @@ OK 2 - \(<<\)\@2<=span.
OK 0 - \(foo\)\@<!bar.
OK 1 - \(foo\)\@<!bar.
OK 2 - \(foo\)\@<!bar.
+OK 0 - \(a*\)\@>a
+OK 1 - \(a*\)\@>a
+OK 2 - \(a*\)\@>a
+OK 0 - \(a*\)\@>b
+OK 1 - \(a*\)\@>b
+OK 2 - \(a*\)\@>b
+OK 0 - \(a*\)\@>a\|a\+
+OK 2 - \(a*\)\@>a\|a\+
OK 0 - \_[^8-9]\+
OK 1 - \_[^8-9]\+
OK 2 - \_[^8-9]\+