From: Stefan Kangas Date: Mon, 10 Feb 2025 21:37:40 +0000 (+0100) Subject: Add test for Bug#76179 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8af04c2d5424336796fe0bb1fbd4fd12c3f6746;p=emacs.git Add test for Bug#76179 * test/lisp/help-fns-tests.el (help-fns-test-bug76179): New test. (Bug#76179) (cherry picked from commit 2d257fa24ffb6e622b2a3b6beb861bddfdb764b3) --- diff --git a/test/lisp/help-fns-tests.el b/test/lisp/help-fns-tests.el index 8f04669f447..b697bb894ed 100644 --- a/test/lisp/help-fns-tests.el +++ b/test/lisp/help-fns-tests.el @@ -89,6 +89,11 @@ Return first line of the output of (describe-function-1 FUNC)." "No error when describing `menu-bar-open-mouse'." (should (stringp (help-fns-tests--describe-function 'menu-bar-open-mouse)))) +(ert-deftest help-fns-test-bug76179 () + "No error when describing `bindat--type'." + (require 'bindat) + (should (stringp (help-fns-tests--describe-function 'bindat--type)))) + ;;; Test describe-function over functions with funny names (defun abc\\\[universal-argument\]b\`c\'d\\e\"f (x)