Skip to content

Commit ca6231b

Browse files
zzzyxwvutchrisbra
authored andcommitted
patch 9.1.0834: tests: 2html test fails
Problem: tests: 2html test fails (after b256221) 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>
1 parent 9fd5d96 commit ca6231b

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/samples/Test_tohtml_basic.c.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffff; }
1414
body { font-family: monospace; color: #000000; background-color: #ffffff; }
1515
* { font-size: 1em; }
16+
a { color: inherit; }
1617
-->
1718
</style>
1819
</head>

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
834,
707709
/**/
708710
833,
709711
/**/

0 commit comments

Comments
 (0)