diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-24 23:10:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-24 23:10:50 +0200 |
commit | fad8de084a568678ccb5e38c62618c6ae0f57bfe (patch) | |
tree | 7bb288dcfc45680c20a4509063f78480e7a7cd3a /src/testdir/test95.ok | |
parent | 3c577f26cd5d3b8252352d66396e85c4ebe1305d (diff) | |
download | vim-git-fad8de084a568678ccb5e38c62618c6ae0f57bfe.tar.gz |
updated for version 7.3.1012v7.3.1012
Problem: \Z does not work properly with the new regexp engine.
Solution: Make \Z work. Add tests.
Diffstat (limited to 'src/testdir/test95.ok')
-rw-r--r-- | src/testdir/test95.ok | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testdir/test95.ok b/src/testdir/test95.ok index 57c28d917..8297899a5 100644 --- a/src/testdir/test95.ok +++ b/src/testdir/test95.ok @@ -12,4 +12,13 @@ OK - \%#=1\f\+ OK - .ม OK - .ม่ OK - ú\Z +OK - יהוה\Z +OK - יְהוָה\Z +OK - יהוה\Z +OK - יְהוָה\Z +OK - יְ\Z +OK - קֹx\Z +OK - קֹx\Z +OK - קx\Z +OK - קx\Z OK - [^[=a=]]\+ |