]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/vc/diff-mode-tests.el: Remove useless \
authorMattias Engdegård <mattiase@acm.org>
Mon, 16 Aug 2021 09:37:19 +0000 (11:37 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 16 Aug 2021 11:59:57 +0000 (13:59 +0200)
test/lisp/vc/diff-mode-tests.el

index 521865906e784ad9f1a561fa79113f3d70105994..fefe50d5173137a9c04c1449267b6e26c474dbe4 100644 (file)
@@ -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")))))