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

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

[nongnu] elpa/iedit 01767ddca3 258/301: Fix a failed testcase in batch m


From: ELPA Syncer
Subject: [nongnu] elpa/iedit 01767ddca3 258/301: Fix a failed testcase in batch mode
Date: Mon, 10 Jan 2022 22:59:08 -0500 (EST)

branch: elpa/iedit
commit 01767ddca35e46b8c0eb2f40ef60cb61292c7102
Author: victor <victorhge@gmail.com>
Commit: Victor <victorhge@gmail.com>

    Fix a failed testcase in batch mode
---
 iedit-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iedit-tests.el b/iedit-tests.el
index dafc7f7f08..44beff9102 100644
--- a/iedit-tests.el
+++ b/iedit-tests.el
@@ -238,7 +238,7 @@ fob")))))
      (isearch-process-search-char ?b)
      (call-interactively 'iedit-mode-from-isearch)
      (should (null iedit-occurrences-overlays))
-     (should (string= (current-message) "Matches are not the same length."))
+     (should (null iedit-mode)) ;; (should (string= (current-message) "Matches 
are not the same length."))
      (goto-char (point-min))
      (call-interactively 'isearch-forward-regexp)
      (isearch-process-search-char ?f)



reply via email to

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