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:
parent
3991bf0ae0
commit
2439753301
1 changed files with 4 additions and 2 deletions
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue