Skip to content

Commit c21fd43

Browse files
committed
updated for version 7.4a.035
Problem: Fix in patch 7.4a.032 is not tested. Solution: Add test.
1 parent 30a208a commit c21fd43

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/testdir/test64.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ STARTTEST
339339
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo bar '])
340340
:call add(tl, [2, '^\%(.*bar\)\@!.*\zsfoo', ' foo xxx ', 'foo'])
341341
:call add(tl, [2, '[ ]\@!\p\%([ ]\@!\p\)*:', 'implicit mappings:', 'mappings:'])
342+
:call add(tl, [2, 'm\k\+_\@=\%(_\@!\k\)\@<=\k\+e', 'mx__xe', 'mx__xe'])
342343
:"
343344
:"""" Combining different tests and features
344345
:call add(tl, [2, '[[:alpha:]]\{-2,6}', '787abcdiuhsasiuhb4', 'ab'])

src/testdir/test64.ok

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -773,6 +773,9 @@ OK 2 - ^\%(.*bar\)\@!.*\zsfoo
773773
OK 0 - [ ]\@!\p\%([ ]\@!\p\)*:
774774
OK 1 - [ ]\@!\p\%([ ]\@!\p\)*:
775775
OK 2 - [ ]\@!\p\%([ ]\@!\p\)*:
776+
OK 0 - m\k\+_\@=\%(_\@!\k\)\@<=\k\+e
777+
OK 1 - m\k\+_\@=\%(_\@!\k\)\@<=\k\+e
778+
OK 2 - m\k\+_\@=\%(_\@!\k\)\@<=\k\+e
776779
OK 0 - [[:alpha:]]\{-2,6}
777780
OK 1 - [[:alpha:]]\{-2,6}
778781
OK 2 - [[:alpha:]]\{-2,6}

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ static char *(features[]) =
727727

728728
static int included_patches[] =
729729
{ /* Add new patch number below this line */
730+
/**/
731+
35,
730732
/**/
731733
34,
732734
/**/

0 commit comments

Comments
 (0)