From 059aeac2be1a0d30ff80751215794457c1ef1589 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 28 Mar 2024 17:10:44 +0100 Subject: [PATCH] patch 9.1.0225: test_matchparen not run in CI 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 --- src/testdir/Make_all.mak | 1 + .../dumps/Test_display_visual_block_scroll.dump | 12 ++++++------ src/version.c | 2 ++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index ab4d42a67c..3a4b5f6c9f 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -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 \ diff --git a/src/testdir/dumps/Test_display_visual_block_scroll.dump b/src/testdir/dumps/Test_display_visual_block_scroll.dump index afb52fbb94..13aae592de 100644 --- a/src/testdir/dumps/Test_display_visual_block_scroll.dump +++ b/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(ffff15| +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| diff --git a/src/version.c b/src/version.c index dc373bc28b..e96f17c25a 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 225, /**/ 224, /**/