mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 07:51:17 -08:00
Update tests
This commit is contained in:
parent
fc8855187f
commit
8a558e6a79
1 changed files with 5 additions and 7 deletions
|
|
@ -151,16 +151,14 @@
|
|||
(should (equal
|
||||
(sort (which-key--get-keymap-bindings map)
|
||||
(lambda (a b) (string-lessp (car a) (car b))))
|
||||
'(("b" . "ignore")
|
||||
("c" . "c")
|
||||
("d" . "Prefix Command")
|
||||
("e" . "Prefix Command")
|
||||
'(("c" . "c")
|
||||
("d" . "prefix")
|
||||
("e" . "prefix")
|
||||
("f" . "{ - C-f"))))
|
||||
(should (equal
|
||||
(sort (which-key--get-keymap-bindings map t)
|
||||
(sort (which-key--get-keymap-bindings map nil nil nil t)
|
||||
(lambda (a b) (string-lessp (car a) (car b))))
|
||||
'(("b" . "ignore")
|
||||
("c" . "c")
|
||||
'(("c" . "c")
|
||||
("d d" . "dd")
|
||||
("e e e" . "eee")
|
||||
("f" . "{ - C-f"))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue