patch 9.1.0834: tests: 2html test fails Commit: https://github.com/vim/vim/commit/ca6231b8a695489664aa0ca394840f2c77040928 Author: Aliaksei Budavei <0x000...@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 <0x000...@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, /**/ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1t7Vzp-00ARXW-Qg%40256bit.org.