gentoo/app-emacs/markdown-mode/files/markdown-mode-2.7-test.patch
Maciej Barć 3490e6d90e
app-emacs/markdown-mode: bump to 2.7
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
2025-02-26 19:29:57 +01:00

14 lines
573 B
Diff

This test seems to expect interactive input, therefore disable.
--- a/tests/markdown-test.el
+++ b/tests/markdown-test.el
@@ -7102,7 +7102,7 @@ Detail: https://github.com/jrblevin/markdown-mode/pull/590"
(should (string= (markdown-wiki-link-link) "Zettel Markdown")))
(kill-buffer)))))
-(ert-deftest test-markdown-ext/wiki-link-search-under-project ()
+(defun --test-markdown-ext/wiki-link-search-under-project ()
"Test that searching link under project root."
(let ((markdown-enable-wiki-links t)
(markdown-link-space-sub-char " ")