diff options
author | Glenn Morris <rgm@gnu.org> | 2016-02-12 18:16:58 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-02-12 18:16:58 -0500 |
commit | 2439753301018456203d71f96c0be65d910028f3 (patch) | |
tree | 8ff2c6479f6dab7ba9c503eeecf62daf1e3abd4b /test/lisp/url/url-auth-tests.el | |
parent | 3991bf0ae0e896fbd695c045431b8cb02b757518 (diff) | |
download | emacs-2439753301018456203d71f96c0be65d910028f3.tar.gz emacs-2439753301018456203d71f96c0be65d910028f3.tar.bz2 emacs-2439753301018456203d71f96c0be65d910028f3.zip |
; * test/lisp/url/url-auth-tests.el: Whitespace.
Diffstat (limited to 'test/lisp/url/url-auth-tests.el')
-rw-r--r-- | test/lisp/url/url-auth-tests.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/lisp/url/url-auth-tests.el b/test/lisp/url/url-auth-tests.el index 1735ad0fb63..1fafaa1177c 100644 --- a/test/lisp/url/url-auth-tests.el +++ b/test/lisp/url/url-auth-tests.el @@ -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/" |