From e8af04c2d5424336796fe0bb1fbd4fd12c3f6746 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 10 Feb 2025 22:37:40 +0100 Subject: [PATCH] Add test for Bug#76179 * 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 | 5 +++++ 1 file changed, 5 insertions(+) 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) -- 2.39.5