diff options
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/help-fns-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el index ba0d8ed8e38..4239a2afefc 100644 --- a/test/lisp/help-fns-tests.el +++ b/test/lisp/help-fns-tests.el @@ -77,6 +77,7 @@ Return first line of the output of (describe-function-1 FUNC)." (ert-deftest help-fns-test-bug23887 () "Test for http://debbugs.gnu.org/23887 ." + :expected-result :failed (let ((regexp "an alias for .re-search-forward. in .subr\.el") (result (help-fns-tests--describe-function 'search-forward-regexp))) (should (string-match regexp result)))) |