]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0834: tests: 2html test fails v9.1.0834
authorAliaksei Budavei <0x000c70@gmail.com>
Sun, 3 Nov 2024 08:19:14 +0000 (09:19 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 3 Nov 2024 08:19:14 +0000 (09:19 +0100)
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 <cb@256bit.org>
src/testdir/samples/Test_tohtml_basic.c.html
src/version.c

index d9467b50861e1717ae2ddc09aa0d93ca4e7757d9..6c74e4f82d288001bbbf1edb6dbb4548ffa7a2fe 100644 (file)
@@ -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>
index 393d2e398afe61bae803fc65dd39bf219329ebeb..743a9e017b651fe9067b35451e4b65a1cdfe4535 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    834,
 /**/
     833,
 /**/