diff options
| author | Bram Moolenaar <Bram@vim.org> | 2013-06-01 13:24:24 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2013-06-01 13:24:24 +0200 |
| commit | 75d7a069206e8f3805d30f4df4655cb18d022fa4 (patch) | |
| tree | 02ade7061c59f79a5cc2de7b93997f610cd71faa /src/testdir/test64.ok | |
| parent | 36b3a011d38dc96a85ec4451ae6a3ed9cb1ac9e5 (diff) | |
| download | vim-git-75d7a069206e8f3805d30f4df4655cb18d022fa4.tar.gz | |
updated for version 7.3.1086v7.3.1086
Problem: Old regexp engine accepts illegal range, new one doesn't.
Solution: Also accept the illegal range with the new engine.
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 6423ecd4a..fdd55da38 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok @@ -605,6 +605,9 @@ OK 2 - \_f OK 0 - \_f\+ OK 1 - \_f\+ OK 2 - \_f\+ +OK 0 - [0-9A-Za-z-_.]\+ +OK 1 - [0-9A-Za-z-_.]\+ +OK 2 - [0-9A-Za-z-_.]\+ OK 0 - ^a. OK 1 - ^a. OK 2 - ^a. |
