mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Add test for Bug#76179
* test/lisp/help-fns-tests.el (help-fns-test-bug76179): New test. (Bug#76179)
This commit is contained in:
parent
7fbdad01e5
commit
2d257fa24f
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue