emacs-diffs
[Top][All Lists]
Advanced

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

master 343dc9d: ; * test/lisp/vc/diff-mode-tests.el: Remove useless \


From: Mattias Engdegård
Subject: master 343dc9d: ; * test/lisp/vc/diff-mode-tests.el: Remove useless \
Date: Mon, 16 Aug 2021 08:00:10 -0400 (EDT)

branch: master
commit 343dc9d41524cebfc88511a88df3969dbd766022
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * test/lisp/vc/diff-mode-tests.el: Remove useless \
---
 test/lisp/vc/diff-mode-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el
index 5218659..fefe50d 100644
--- a/test/lisp/vc/diff-mode-tests.el
+++ b/test/lisp/vc/diff-mode-tests.el
@@ -475,7 +475,7 @@ baz"))))
     (should (equal (diff-hunk-file-names)
                    '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el"))))
   (with-temp-buffer
-    (insert "diff -c -L /ftp\:slbhao\:/home/albinus/src/tramp/lisp/tramp.el -L 
/ftp\:slbhao\:/home/albinus/src/emacs/lisp/net/tramp.el 
/tmp/ange-ftp13518wvE.el /tmp/ange-ftp1351895K.el\n")
+    (insert "diff -c -L /ftp:slbhao:/home/albinus/src/tramp/lisp/tramp.el -L 
/ftp:slbhao:/home/albinus/src/emacs/lisp/net/tramp.el /tmp/ange-ftp13518wvE.el 
/tmp/ange-ftp1351895K.el\n")
     (goto-char (point-min))
     (should (equal (diff-hunk-file-names)
                    '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el")))))



reply via email to

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