From: Lars Ingebrigtsen Date: Sat, 6 Nov 2021 04:22:26 +0000 (+0100) Subject: Update help-tests after separator line changes X-Git-Tag: emacs-29.0.90~3671^2~206 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a013838746c160cb296e0bc80a11795d2538f9a;p=emacs.git Update help-tests after separator line changes --- diff --git a/test/lisp/help-tests.el b/test/lisp/help-tests.el index 9263df0b1a6..6bafd8e7ddc 100644 --- a/test/lisp/help-tests.el +++ b/test/lisp/help-tests.el @@ -93,7 +93,7 @@ (test "\\{minibuffer-local-must-match-map}" " Key Binding -------------------------------------------------------------------------------- + C-g abort-minibuffers TAB minibuffer-complete C-j minibuffer-complete-and-exit @@ -246,7 +246,7 @@ M-g M-c switch-to-completions (test "\\{help-tests-major-mode-map}" " Key Binding -------------------------------------------------------------------------------- + ( .. ) short-range 1 .. 4 foo-range a .. c foo-other-range @@ -264,7 +264,7 @@ x foo-original (test "\\{help-tests-major-mode-map}" " Key Binding -------------------------------------------------------------------------------- + ( .. ) short-range 1 .. 4 foo-range a .. c foo-other-range @@ -285,7 +285,7 @@ x foo-original (test "\\{help-tests-major-mode-map}" " Key Binding -------------------------------------------------------------------------------- + bar "))))) @@ -300,7 +300,7 @@ Key Binding (describe-map-tree map nil nil nil nil t nil nil nil) (should (equal (buffer-string) " Key Binding -------------------------------------------------------------------------------- + C-a foo "))))) @@ -315,7 +315,7 @@ C-a foo (describe-map-tree map nil nil nil nil nil nil nil nil) (should (equal (buffer-string) " Key Binding -------------------------------------------------------------------------------- + C-a foo foo @@ -330,7 +330,7 @@ C-a foo (describe-map-tree map t shadow-maps nil nil t nil nil t) (should (equal (buffer-string) " Key Binding -------------------------------------------------------------------------------- + C-a foo (this binding is currently shadowed) C-b bar @@ -345,7 +345,7 @@ C-b bar (describe-map-tree map t shadow-maps nil nil t nil nil nil) (should (equal (buffer-string) " Key Binding -------------------------------------------------------------------------------- + C-b bar "))))) @@ -357,7 +357,7 @@ C-b bar (describe-map-tree map t nil nil nil nil nil nil nil) (should (equal (buffer-string) " Key Binding -------------------------------------------------------------------------------- + C-a foo "))))) @@ -369,7 +369,7 @@ C-a foo (describe-map-tree map nil nil nil nil nil nil nil nil) (should (equal (buffer-string) " Key Binding -------------------------------------------------------------------------------- + C-a foo C-b undefined ")))))