branch: elpa/casual
commit 6cdd3c5233abe5037474fb42616cccd139e44197
Author: Charles Choi <[email protected]>
Commit: Charles Choi <[email protected]>

    Fix regression test for Emacs 30.1
    
    - Fix EditKit regression test to correctly provide minibuffer input.
---
 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))))

Reply via email to