From 96c664af27ec9535f2c3cd9b889faad3e9460ad6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 31 Dec 2015 16:21:52 +0100 Subject: patch 7.4.1006 Problem: The fix in patch 7.3.192 is not tested. Solution: Add a test, one for each regexp engine. (Elias Diem) --- src/testdir/test99.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/testdir/test99.in') diff --git a/src/testdir/test99.in b/src/testdir/test99.in index 77828f4b6..d992d4d6f 100644 --- a/src/testdir/test99.in +++ b/src/testdir/test99.in @@ -36,6 +36,10 @@ x:" Test backwards search from a multi-byte char x?. x:let @w=':%s#comb[i]nations#œ̄ṣ́m̥̄ᾱ̆́#g' :@w +:" +:" l Test what 7.3.192 fixed +/^l +:s/ \?/ /g :?^1?,$w! test.out :e! test.out G:put =matchstr(\"אבגד\", \".\", 0, 2) " ב @@ -66,3 +70,4 @@ h AÀÁÂÃÄÅĀĂĄǍǞǠẢ BḂḆ CÇĆĈĊČ DĎĐḊḎḐ EÈÉÊËĒĔ i aàáâãäåāăąǎǟǡả bḃḇ cçćĉċč dďđḋḏḑ eèéêëēĕėęěẻẽ fḟ gĝğġģǥǧǵḡ hĥħḣḧḩẖ iìíîïĩīĭįǐỉ jĵǰ kķǩḱḵ lĺļľŀłḻ mḿṁ nñńņňʼnṅṉ oòóôõöøōŏőơǒǫǭỏ pṕṗ q rŕŗřṙṟ sśŝşšṡ tţťŧṫṯẗ uùúûüũūŭůűųưǔủ vṽ wŵẁẃẅẇẘ xẋẍ yýÿŷẏẙỳỷỹ zźżžƶẑẕ j 0123❤x k combinations +l äö üᾱ̆́ -- cgit v1.2.3