]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix previous change
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 28 Apr 2025 06:22:09 +0000 (08:22 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Apr 2025 07:32:48 +0000 (09:32 +0200)
* 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

index 66b27f3a638af1d630105858e7b1bf737d7d4f25..aaa680567ac442835d13e7d7fe9549441a6154fc 100644 (file)
                  (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
   (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))