summaryrefslogtreecommitdiff
path: root/src/testdir/test64.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-27 20:10:50 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-27 20:10:50 +0200
commite0fea9c405882bd0ee8a0a661dcd49deebe65d15 (patch)
tree551b612794eb2cf6132504a911b9fa62323fcaf0 /src/testdir/test64.ok
parenteb3ecae23a458682ac572979515fcf343eaa62e5 (diff)
downloadvim-e0fea9c405882bd0ee8a0a661dcd49deebe65d15.zip
updated for version 7.3.1032
Problem: "\ze" is not supported by the new regexp engine. Solution: Make "\ze" work.
Diffstat (limited to 'src/testdir/test64.ok')
-rw-r--r--src/testdir/test64.ok14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok
index c6733ca3d..7ff9b29b4 100644
--- a/src/testdir/test64.ok
+++ b/src/testdir/test64.ok
@@ -617,6 +617,19 @@ OK 1 - xx \ze test
OK 2 - xx \ze test
OK 0 - abc\zeend
OK 1 - abc\zeend
+OK 2 - abc\zeend
+OK 0 - aa\zebb\|aaxx
+OK 1 - aa\zebb\|aaxx
+OK 2 - aa\zebb\|aaxx
+OK 0 - aa\zebb\|aaxx
+OK 1 - aa\zebb\|aaxx
+OK 2 - aa\zebb\|aaxx
+OK 0 - aabb\|aa\zebb
+OK 1 - aabb\|aa\zebb
+OK 2 - aabb\|aa\zebb
+OK 0 - aa\zebb\|aaebb
+OK 1 - aa\zebb\|aaebb
+OK 2 - aa\zebb\|aaebb
OK 0 - abc\zsdd
OK 1 - abc\zsdd
OK 2 - abc\zsdd
@@ -625,6 +638,7 @@ OK 1 - aa \zsax
OK 2 - aa \zsax
OK 0 - abc \zsmatch\ze abc
OK 1 - abc \zsmatch\ze abc
+OK 2 - abc \zsmatch\ze abc
OK 0 - \v(a \zsif .*){2}
OK 1 - \v(a \zsif .*){2}
OK 2 - \v(a \zsif .*){2}