From: Mattias EngdegÄrd Date: Mon, 16 Aug 2021 09:37:19 +0000 (+0200) Subject: ; * test/lisp/vc/diff-mode-tests.el: Remove useless \ X-Git-Tag: emacs-28.0.90~1484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=343dc9d41524cebfc88511a88df3969dbd766022;p=emacs.git ; * test/lisp/vc/diff-mode-tests.el: Remove useless \ --- diff --git a/test/lisp/vc/diff-mode-tests.el b/test/lisp/vc/diff-mode-tests.el index 521865906e7..fefe50d5173 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")))))