From ca6231b8a695489664aa0ca394840f2c77040928 Mon Sep 17 00:00:00 2001 From: Aliaksei Budavei <0x000c70@gmail.com> Date: Sun, 3 Nov 2024 09:19:14 +0100 Subject: [PATCH] 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 <0x000c70@gmail.com> Signed-off-by: Christian Brabandt --- src/testdir/samples/Test_tohtml_basic.c.html | 1 + src/version.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/testdir/samples/Test_tohtml_basic.c.html b/src/testdir/samples/Test_tohtml_basic.c.html index d9467b5086..6c74e4f82d 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; } --> diff --git a/src/version.c b/src/version.c index 393d2e398a..743a9e017b 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, /**/