commit | 75d7a069206e8f3805d30f4df4655cb18d022fa4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 13:24:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 13:24:24 2013 +0200 |
tree | 02ade7061c59f79a5cc2de7b93997f610cd71faa | |
parent | 36b3a011d38dc96a85ec4451ae6a3ed9cb1ac9e5 [diff] [blame] |
updated for version 7.3.1086 Problem: Old regexp engine accepts illegal range, new one doesn't. Solution: Also accept the illegal range with the new engine.
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok index 6423ecd..fdd55da 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok
@@ -605,6 +605,9 @@ 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.