diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-28 10:33:25 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-28 10:33:31 +0200 |
commit | 799788899628a9b34fa5d1c297d3678de0622323 (patch) | |
tree | 32cf653e79a4bcad7e62bfee4ec5e6a66a5edbeb /test/lisp/ffap-tests.el | |
parent | dc64128867d74d472b478bbb71bdcaca35eb692f (diff) | |
download | emacs-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.el | 5 |
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 |