Skip to content

Commit

Permalink
patch 9.1.0225: test_matchparen not run in CI
Browse files Browse the repository at this point in the history
Problem:  test_matchparen not run in CI
Solution: add test_matchparen.res to NEW_TESTS_RES in Makefile,
          update changed highlighting dump from v9.1.61

closes: #14322

Signed-off-by: Christian Brabandt <cb@256bit.org>
  • Loading branch information
chrisbra committed Mar 28, 2024
1 parent 515f734 commit 059aeac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/testdir/Make_all.mak
Expand Up @@ -461,6 +461,7 @@ NEW_TESTS_RES = \
test_matchadd_conceal.res \
test_matchadd_conceal_utf8.res \
test_matchfuzzy.res \
test_matchparen.res \
test_memory_usage.res \
test_menu.res \
test_messages.res \
Expand Down
12 changes: 6 additions & 6 deletions src/testdir/dumps/Test_display_visual_block_scroll.dump
@@ -1,7 +1,7 @@
|{+0&#e0e0e08| | +0&#ffffff0@72
|}+0&#e0e0e08| | +0&#ffffff0@72
|{+0&#e0e0e08| | +0&#ffffff0@72
|f+0&#e0e0e08| | +0&#ffffff0@72
>g| +0&#e0e0e08| +0&#ffffff0@72
|{+0#0000001#a8a8a8255| | +0#0000000#ffffff0@72
>}+0&#40ffff15| +0#0000001#a8a8a8255| +0#0000000#ffffff0@72
|{| @73
|f| @73
|g| @73
|}| @73
|-+2&&@1| |V|I|S|U|A|L| |L|I|N|E| |-@1| +0&&@29|7| @8|1@1|,|1| @9|B|o|t|
|-+2&&@1| |V|I|S|U|A|L| |L|I|N|E| |-@1| +0&&@29|4| @8|8|,|1| @10|B|o|t|
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -704,6 +704,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
225,
/**/
224,
/**/
Expand Down

0 comments on commit 059aeac

Please sign in to comment.