]> git.eshelyaron.com Git - emacs.git/commitdiff
Add test for Bug#76179
authorStefan Kangas <stefankangas@gmail.com>
Mon, 10 Feb 2025 21:37:40 +0000 (22:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Feb 2025 10:42:33 +0000 (11:42 +0100)
* test/lisp/help-fns-tests.el (help-fns-test-bug76179):
New test.  (Bug#76179)

(cherry picked from commit 2d257fa24ffb6e622b2a3b6beb861bddfdb764b3)

test/lisp/help-fns-tests.el

index 8f04669f447bb8f10b6ffac243c104f12f92ee92..b697bb894ed28731f0799a5d99294805dcc527cd 100644 (file)
@@ -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))))
+
 \f
 ;;; Test describe-function over functions with funny names
 (defun abc\\\[universal-argument\]b\`c\'d\\e\"f (x)