branch: externals/ergoemacs-mode commit 72a812c4e749376a35ec47964d62c2dff4a0760c Author: Walter Landry <wlan...@caltech.edu> Commit: Walter Landry <wlan...@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"