diff options
| author | Mattias EngdegÄrd | 2021-08-16 11:37:19 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2021-08-16 13:59:57 +0200 |
| commit | 343dc9d41524cebfc88511a88df3969dbd766022 (patch) | |
| tree | b101e34576d608ef7fb481f8df4198f018c32a5e | |
| parent | 751f1707f009c714dbfe047ef43443a5c0c3df89 (diff) | |
| download | emacs-343dc9d41524cebfc88511a88df3969dbd766022.tar.gz emacs-343dc9d41524cebfc88511a88df3969dbd766022.zip | |
; * test/lisp/vc/diff-mode-tests.el: Remove useless \
| -rw-r--r-- | test/lisp/vc/diff-mode-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")))) | |||
| 475 | (should (equal (diff-hunk-file-names) | 475 | (should (equal (diff-hunk-file-names) |
| 476 | '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el")))) | 476 | '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el")))) |
| 477 | (with-temp-buffer | 477 | (with-temp-buffer |
| 478 | (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") | 478 | (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") |
| 479 | (goto-char (point-min)) | 479 | (goto-char (point-min)) |
| 480 | (should (equal (diff-hunk-file-names) | 480 | (should (equal (diff-hunk-file-names) |
| 481 | '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el"))))) | 481 | '("/tmp/ange-ftp1351895K.el" "/tmp/ange-ftp13518wvE.el"))))) |