branch: elpa/casual
commit 7b3040aea55b4c8a824cdad9c289aeb503b470a2
Merge: 4710fcf13f 6cdd3c5233
Author: Charles Choi <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #176 from kickingvegas/175-update-for-emacs-301
Fix regression test for Emacs 30.1
---
tests/test-casual-editkit-utils.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/test-casual-editkit-utils.el
b/tests/test-casual-editkit-utils.el
index c845a84243..504cef3f50 100644
--- a/tests/test-casual-editkit-utils.el
+++ b/tests/test-casual-editkit-utils.el
@@ -82,7 +82,7 @@
(let ((test-vectors
'((:binding "f" :command project-find-file)
- (:binding "BC-g" :command project-switch-to-buffer)
+ (:binding "Bcasual
" :command project-switch-to-buffer)
(:binding "d" :command project-dired)
(:binding "D" :command project-find-dir)
(:binding "v" :command project-vc-dir)
@@ -142,9 +142,9 @@
(let ((tmpfile "casual-editkit-emoji-symbols-tmenu.txt"))
(casualt-editkit-setup tmpfile)
(emacs-lisp-mode)
- (cl-letf ()
+ (cl-letf ((casualt-mock #'emoji-search))
(let ((test-vectors
- '((:binding "e" :command emoji-search)
+ '((:binding "e😀" :command emoji-search)
(:binding "l" :command emoji-list)
(:binding "d" :command emoji-describe)
(:binding "+" :command emoji-zoom-increase)
@@ -524,7 +524,7 @@
(:binding "a" :command calendar)
(:binding "C" :command world-clock)
(:binding "S" :command sunrise-sunset)
- (:binding "E" :command erc)
+ (:binding "E
y" :command erc)
(:binding "M-e" :command eww)
(:binding "z" :command zone)
(:binding "T" :command tetris))))