From c2dc58637b2498982f074e0a4ae72e0eb5c1608b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 28 Apr 2025 08:22:09 +0200 Subject: [PATCH] ; Fix previous change * test/lisp/url/url-parse-tests.el (url-generic-parse-url/ms-windows-file-uri-handling): Rename. (cherry picked from commit c801856820c17247416846ac565b81268b4aca16) --- test/lisp/url/url-parse-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el index 66b27f3a638..aaa680567ac 100644 --- a/test/lisp/url/url-parse-tests.el +++ b/test/lisp/url/url-parse-tests.el @@ -166,7 +166,7 @@ (url-parse-make-urlobj "http" nil nil "банки.рф" nil "/фыва/" nil nil t)))) -(ert-deftest url-generic-parse-url/ms-windows-file-uri-hanlding () +(ert-deftest url-generic-parse-url/ms-windows-file-uri-handling () "Make an exception if a file:// URI \"looks like\" a Windows file." (should (equal (url-generic-parse-url "file:///c:/windows-path") (url-parse-make-urlobj "file" nil nil "" nil @@ -194,7 +194,7 @@ (should (equal (url-filename (url-generic-parse-url "file://localhost/c:/path/to/file")) "c:/path/to/file")) - ;; empty "file" url structs have to behave as they did before this fix + ;; empty "file" url structs have to behave proper (should (equal (url-recreate-url (url-parse-make-urlobj "file" nil nil "myhost" nil nil nil nil t)) -- 2.39.5