emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2439753: ; * test/lisp/url/url-auth-tests.el: White


From: Glenn Morris
Subject: [Emacs-diffs] master 2439753: ; * test/lisp/url/url-auth-tests.el: Whitespace.
Date: Fri, 12 Feb 2016 23:17:06 +0000

branch: master
commit 2439753301018456203d71f96c0be65d910028f3
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * test/lisp/url/url-auth-tests.el: Whitespace.
---
 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 1735ad0..1fafaa1 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/";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]