From: Stefan Kangas Date: Sat, 6 Nov 2021 18:37:46 +0000 (+0100) Subject: Make substitute-command-keys regexp tests more strict X-Git-Tag: emacs-29.0.90~3671^2~177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2893ea4e4c8b613aad3cf9c789c73a6a6674435c;p=emacs.git Make substitute-command-keys regexp tests more strict * test/lisp/help-tests.el (with-substitute-command-keys-test): Make regexp tests more strict. --- diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index a2573c9c8b3..a331ec440a8 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el @@ -65,7 +65,7 @@ result)))) (test-re (lambda (orig regexp) - (should (string-match (concat "^" regexp "$") + (should (string-match (concat "\\`" regexp "\\'") (substitute-command-keys orig)))))) ,@body))