1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * test/lisp/url/url-auth-tests.el: Whitespace.

This commit is contained in:
Glenn Morris 2016-02-12 18:16:58 -05:00
parent 3991bf0ae0
commit 2439753301

View file

@ -115,10 +115,12 @@ Essential is how realms and paths are matched."
;; authentication information shouldn't be found.
;; non-existent server
(list :url "http://other.com/path" :realm nil :expected-user nil)
(list :url "http://other.com/path"
:realm nil :expected-user nil)
;; unmatched port
(list :url "http://example.org:444/path" :realm nil :expected-user nil)
(list :url "http://example.org:444/path"
:realm nil :expected-user nil)
;; root, no realm
(list :url "http://example.org/"