diff --git a/test/lisp/subr-tests.el b/test/lisp/subr-tests.el index ed9a3d01498..5c4e0b9de93 100644 --- a/test/lisp/subr-tests.el +++ b/test/lisp/subr-tests.el @@ -777,7 +777,8 @@ some of the ways to customize it; it corresponds to GNU Emacs version 28.1.")) "Emacs is the advanced, extensible, customizable, self-documenting editor. This manual describes how to edit with Emacs and some of the ways to customize it; it -corresponds to GNU Emacs version 28.1."))) +corresponds to GNU Emacs version 28.1.")) + (should-error (internal--format-docstring-line "foo\nbar"))) (ert-deftest test-ensure-list () (should (equal (ensure-list nil) nil))