summaryrefslogtreecommitdiffstats
path: root/src/testdir/test44.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-09-19 17:00:20 +0200
committerBram Moolenaar <Bram@vim.org>2013-09-19 17:00:20 +0200
commite6a2fa65732eb068b4d10f65e0a3f7353d3dffdc (patch)
tree1049939095f2d38cf8cfbec5d1f51f3e78a2f977 /src/testdir/test44.in
parentdd4073480011fe1cc58408a33963154fcb41673d (diff)
updated for version 7.4.028v7.4.028
Problem: Equivalence classes are not working for multi-byte characters. Solution: Copy the rules from the old to the new regexp engine. Add a test to check both engines.
Diffstat (limited to 'src/testdir/test44.in')
-rw-r--r--src/testdir/test44.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test44.in b/src/testdir/test44.in
index 0c5b6db04d..87de1b95a4 100644
--- a/src/testdir/test44.in
+++ b/src/testdir/test44.in
@@ -1,9 +1,11 @@
Tests for regexp with multi-byte encoding and various magic settings.
Test matchstr() with a count and multi-byte chars.
+See test99 for exactly the same test with re=2.
STARTTEST
:so mbyte.vim
:set nocompatible encoding=utf-8 termencoding=latin1 viminfo+=nviminfo
+:set re=1
/^1
/a*b\{2}c\+/e
x/\Md\*e\{2}f\+/e