(test "\\{minibuffer-local-must-match-map}"
"
Key Binding
--------------------------------------------------------------------------------
+
C-g abort-minibuffers
TAB minibuffer-complete
C-j minibuffer-complete-and-exit
(test "\\{help-tests-major-mode-map}"
"
Key Binding
--------------------------------------------------------------------------------
+
( .. ) short-range
1 .. 4 foo-range
a .. c foo-other-range
(test "\\{help-tests-major-mode-map}"
"
Key Binding
--------------------------------------------------------------------------------
+
( .. ) short-range
1 .. 4 foo-range
a .. c foo-other-range
(test "\\{help-tests-major-mode-map}"
"
Key Binding
--------------------------------------------------------------------------------
+
<remap> <foo> bar
")))))
(describe-map-tree map nil nil nil nil t nil nil nil)
(should (equal (buffer-string) "
Key Binding
--------------------------------------------------------------------------------
+
C-a foo
")))))
(describe-map-tree map nil nil nil nil nil nil nil nil)
(should (equal (buffer-string) "
Key Binding
--------------------------------------------------------------------------------
+
C-a foo
<menu-bar> <foo> 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
(describe-map-tree map t shadow-maps nil nil t nil nil nil)
(should (equal (buffer-string) "
Key Binding
--------------------------------------------------------------------------------
+
C-b bar
")))))
(describe-map-tree map t nil nil nil nil nil nil nil)
(should (equal (buffer-string) "
Key Binding
--------------------------------------------------------------------------------
+
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
")))))