diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-16 15:43:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-16 15:43:50 +0200 |
commit | a50d02d98350a5d876ff0521ad87f3930cf63b5c (patch) | |
tree | 682c4be736a0a1518bec5218181a2ac3d11f8b24 /src/testdir/test64.ok | |
parent | 5ab9d98b9a5d3ccc0353a685d9a115058e53f6cf (diff) | |
download | vim-a50d02d98350a5d876ff0521ad87f3930cf63b5c.zip |
updated for version 7.3.1207
Problem: New regexp engine: no match found on "#if FOO". (Lech Lorens)
Solution: When adding a state gets skipped don't adjust the index.
Diffstat (limited to 'src/testdir/test64.ok')
-rw-r--r-- | src/testdir/test64.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok index 48694fb51..fda589223 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok @@ -913,6 +913,9 @@ OK 2 - \_[^a]\+ OK 0 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12} OK 1 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12} OK 2 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12} +OK 0 - ^\%(\%(^\s*#\s*if\>\|#\s*if\)\)\(\%>1c.*$\)\@= +OK 1 - ^\%(\%(^\s*#\s*if\>\|#\s*if\)\)\(\%>1c.*$\)\@= +OK 2 - ^\%(\%(^\s*#\s*if\>\|#\s*if\)\)\(\%>1c.*$\)\@= multi-line tests OK 0 - ^.\(.\).\_..\1. OK 1 - ^.\(.\).\_..\1. |