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

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

[elpa] 105/117: Add C-d test


From: Matthew Fidler
Subject: [elpa] 105/117: Add C-d test
Date: Fri, 25 Jul 2014 13:24:37 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit e01ae0b4842a80d9d8c06321f9c2c0945810999d
Author: Matthew L. Fidler <address@hidden>
Date:   Thu Jul 24 09:13:21 2014 -0500

    Add C-d test
---
 ergoemacs-test.el |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index f563ab0..a6e2a1c 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -925,7 +925,16 @@ Selected mark would not be cleared after paste."
 
 (ert-deftest ergoemacs-test-global-key-set-M-t-after ()
   "Test global M-t"
-  (should (equal (ergoemacs-test-global-key-set-before nil "M-t") t)))
+  (should (equal (ergoemacs-test-global-key-set-before 'after "M-t") t)))
+
+
+(ert-deftest ergoemacs-test-global-key-set-C-d-after ()
+  "Test global C-d"
+  (should (equal (ergoemacs-test-global-key-set-before 'after "C-d") t)))
+
+(ert-deftest ergoemacs-test-global-key-set-C-d-before ()
+  "Test global C-d"
+  (should (equal (ergoemacs-test-global-key-set-before nil "C-d") t)))
 
 (ert-deftest ergoemacs-test-issue-243 ()
   "Allow globally set keys like C-c C-c M-x to work globally while local 
commands like C-c C-c will work correctly. "



reply via email to

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