aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2016-02-12 18:16:58 -0500
committerGlenn Morris2016-02-12 18:16:58 -0500
commit2439753301018456203d71f96c0be65d910028f3 (patch)
tree8ff2c6479f6dab7ba9c503eeecf62daf1e3abd4b /test
parent3991bf0ae0e896fbd695c045431b8cb02b757518 (diff)
downloademacs-2439753301018456203d71f96c0be65d910028f3.tar.gz
emacs-2439753301018456203d71f96c0be65d910028f3.zip
; * test/lisp/url/url-auth-tests.el: Whitespace.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/url/url-auth-tests.el6
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."
115 ;; authentication information shouldn't be found. 115 ;; authentication information shouldn't be found.
116 116
117 ;; non-existent server 117 ;; non-existent server
118 (list :url "http://other.com/path" :realm nil :expected-user nil) 118 (list :url "http://other.com/path"
119 :realm nil :expected-user nil)
119 120
120 ;; unmatched port 121 ;; unmatched port
121 (list :url "http://example.org:444/path" :realm nil :expected-user nil) 122 (list :url "http://example.org:444/path"
123 :realm nil :expected-user nil)
122 124
123 ;; root, no realm 125 ;; root, no realm
124 (list :url "http://example.org/" 126 (list :url "http://example.org/"