emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bind-map 00b7778826 68/97: Fix minor-mode tests


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map 00b7778826 68/97: Fix minor-mode tests
Date: Thu, 20 Jan 2022 07:59:24 -0500 (EST)

branch: elpa/bind-map
commit 00b7778826f683e56ccfa3044b6312a1fcfdeb13
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Fix minor-mode tests
---
 bind-map-tests.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/bind-map-tests.el b/bind-map-tests.el
index f06ecc1554..bbbd11efce 100644
--- a/bind-map-tests.el
+++ b/bind-map-tests.el
@@ -72,6 +72,4 @@
       :evil-states (motion))
     (evil-normalize-keymaps)
     (define-key tmpmap "a" "b")
-    (should (string= (key-binding "\C-aa") "b"))
-    (should (keymapp (lookup-key (evil-get-auxiliary-keymap tmpmap-root-map 
'motion) "a")))
-    (should (string= (lookup-key (evil-get-auxiliary-keymap tmpmap-root-map 
'motion) "aa") "b"))))
+    (should (string= (key-binding "\C-aa") "b"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]