blob: a3699fbd3499cf9ac0ec1e45be4dac7860a2b988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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 " ")
|