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

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

[elpa] externals/ergoemacs-mode 72a812c 025/325: Remove dead code


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 72a812c 025/325: Remove dead code
Date: Sat, 23 Oct 2021 18:48:14 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 72a812c4e749376a35ec47964d62c2dff4a0760c
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    Remove dead code
---
 ergoemacs-test.el | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 2eb6f5e..b3618a1 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -339,22 +339,6 @@ Tests issue #347"
       (isearch-mode -1))
     (kill-buffer (current-buffer)))))
 
-;; Not sure why; Fixed but test dosesn't work
-;; (ert-deftest ergoemacs-test-isearch-isearch-backward-repeats-backward ()
-;;   "Tests backward isearch remapping is correct."
-;;   :tags '(:search)
-;;   (ergoemacs-test-layout
-;;    :macro "M-j ars M-j M-i"
-;;    :layout "colemak"
-;;    :theme "reduction"
-;;    (save-excursion
-;;      (switch-to-buffer (get-buffer-create "*ergoemacs-test*"))
-;;      (delete-region (point-min) (point-max))
-;;      (insert "aars1\nars2\nars3\nars4")
-;;      (goto-char (point-max))
-;;      (execute-kbd-macro macro)
-;;      (should (looking-at "rs3")))))
-
 ;;; Shift Selection
 (ert-deftest ergoemacs-test-shift-select-move-no-mark ()
   "Tests another shifted selection"



reply via email to

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