mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; * test/lisp/vc/diff-mode-tests.el: Remove useless \
This commit is contained in:
parent
751f1707f0
commit
343dc9d415
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue