mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 17c761e887ad6ce0f0b1a242657698922e984d20 Author: Matthew L. Fidler <[email protected]> Date: Mon Jun 23 21:53:19 2014 +0800 Fix the C-e test --- ergoemacs-test.el | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ergoemacs-test.el b/ergoemacs-test.el index d268337..9227c9e 100644 --- a/ergoemacs-test.el +++ b/ergoemacs-test.el @@ -323,12 +323,11 @@ sunt in culpa qui officia deserunt mollit anim id est laborum.") "<apps> m c" "<menu> m c") 'define-key nil "<menu>") t))) -(ert-deftest ergoemast-test-global-key-set-after-c-e () +(ert-deftest ergoemacs-test-global-key-set-after-c-e () "Test C-e after" (should - (equal - (ergoemacs-test-global-key-set-before - 'after "C-e" 'ergoemacs-key)))) + (ergoemacs-test-global-key-set-before + 'after "C-e" 'ergoemacs-key))) (declare-function ergoemacs-pretty-key-rep "ergoemacs-tranlate.el") (ert-deftest ergoemacs-test-ctl-c-ctl-c ()
