Commit: patch 9.1.0834: tests: 2html test fails

0 views
Skip to first unread message

Christian Brabandt

unread,
Nov 3, 2024, 3:30:13 AM11/3/24
to vim...@googlegroups.com
patch 9.1.0834: tests: 2html test fails

Commit: https://github.com/vim/vim/commit/ca6231b8a695489664aa0ca394840f2c77040928
Author: Aliaksei Budavei <0x00...@gmail.com>
Date: Sun Nov 3 09:19:14 2024 +0100

patch 9.1.0834: tests: 2html test fails

Problem: tests: 2html test fails (after b256221e8377)
Solution: Adjust testdir/samples/Test_tohtml_basic.c.html
(Aliaksei Budavei)

closes: #15981

Signed-off-by: Aliaksei Budavei <0x00...@gmail.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/testdir/samples/Test_tohtml_basic.c.html b/src/testdir/samples/Test_tohtml_basic.c.html
index d9467b508..6c74e4f82 100644
--- a/src/testdir/samples/Test_tohtml_basic.c.html
+++ b/src/testdir/samples/Test_tohtml_basic.c.html
@@ -13,6 +13,7 @@
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffff; }
body { font-family: monospace; color: #000000; background-color: #ffffff; }
* { font-size: 1em; }
+a { color: inherit; }
-->
</style>
</head>
diff --git a/src/version.c b/src/version.c
index 393d2e398..743a9e017 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 */
+/**/
+ 834,
/**/
833,
/**/
Reply all
Reply to author
Forward
0 new messages