diff src/testdir/test44.in @ 5351:923738744a60 v7.4.028

updated for version 7.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.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 Sep 2013 17:00:20 +0200
parents d67e292af6f9
children 578c16fbab66
line wrap: on
line diff
--- 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