summaryrefslogtreecommitdiff
path: root/test/lisp/ffap-tests.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-28 10:33:25 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-28 10:33:31 +0200
commit799788899628a9b34fa5d1c297d3678de0622323 (patch)
tree32cf653e79a4bcad7e62bfee4ec5e6a66a5edbeb /test/lisp/ffap-tests.el
parentdc64128867d74d472b478bbb71bdcaca35eb692f (diff)
downloademacs-799788899628a9b34fa5d1c297d3678de0622323.tar.gz
emacs-799788899628a9b34fa5d1c297d3678de0622323.tar.bz2
emacs-799788899628a9b34fa5d1c297d3678de0622323.zip
New test ffap-replace-file-component
* test/lisp/ffap-tests.el (ffap-replace-file-component): New test.
Diffstat (limited to 'test/lisp/ffap-tests.el')
-rw-r--r--test/lisp/ffap-tests.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lisp/ffap-tests.el b/test/lisp/ffap-tests.el
index 4b580b5af52..a11af9507ef 100644
--- a/test/lisp/ffap-tests.el
+++ b/test/lisp/ffap-tests.el
@@ -28,6 +28,11 @@
(require 'ert-x)
(require 'ffap)
+(ert-deftest ffap-replace-file-component ()
+ (should (equal
+ (ffap-replace-file-component "/ftp:who@foo.com:/whatever" "/new")
+ "/ftp:who@foo.com:/new")))
+
(ert-deftest ffap-tests-25243 ()
"Test for https://debbugs.gnu.org/25243 ."
(ert-with-temp-file file