branch: externals/eglot commit f9e16c0cf86b327056f00ac514d2eb2ed248ba96 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
; Unbreak tests (remove spurious char inserted by accident) * eglot-tests.el (eglot-server-programs-simple-missing-executable): Cleanup. --- eglot-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eglot-tests.el b/eglot-tests.el index c140578a6c..ffecd77d79 100644 --- a/eglot-tests.el +++ b/eglot-tests.el @@ -1061,7 +1061,7 @@ are bound to the useful return values of (should (equal guessed-contact '("some-executable")))))) (ert-deftest eglot-server-programs-simple-missing-executable () -v (let ((eglot-server-programs '((foo-mode "a-missing-executable.exe"))) + (let ((eglot-server-programs '((foo-mode "a-missing-executable.exe"))) (major-mode 'foo-mode)) (eglot--guessing-contact (interactive-p prompt-args guessed-class guessed-contact) (should (equal (not prompt-args) (not interactive-p)))