aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2025-02-10 22:37:40 +0100
committerStefan Kangas2025-02-11 01:14:32 +0100
commit2d257fa24ffb6e622b2a3b6beb861bddfdb764b3 (patch)
tree7798e57e520af1a8ae3dfaa8e6ac02437fe608a6 /test
parent7fbdad01e510984e9166191191a9046a065dffd9 (diff)
downloademacs-2d257fa24ffb6e622b2a3b6beb861bddfdb764b3.tar.gz
emacs-2d257fa24ffb6e622b2a3b6beb861bddfdb764b3.zip
Add test for Bug#76179
* test/lisp/help-fns-tests.el (help-fns-test-bug76179): New test. (Bug#76179)
Diffstat (limited to 'test')
-rw-r--r--test/lisp/help-fns-tests.el5
1 files changed, 5 insertions, 0 deletions
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)."
89 "No error when describing `menu-bar-open-mouse'." 89 "No error when describing `menu-bar-open-mouse'."
90 (should (stringp (help-fns-tests--describe-function 'menu-bar-open-mouse)))) 90 (should (stringp (help-fns-tests--describe-function 'menu-bar-open-mouse))))
91 91
92(ert-deftest help-fns-test-bug76179 ()
93 "No error when describing `bindat--type'."
94 (require 'bindat)
95 (should (stringp (help-fns-tests--describe-function 'bindat--type))))
96
92 97
93;;; Test describe-function over functions with funny names 98;;; Test describe-function over functions with funny names
94(defun abc\\\[universal-argument\]b\`c\'d\\e\"f (x) 99(defun abc\\\[universal-argument\]b\`c\'d\\e\"f (x)