tests/test-hgweb-no-request-uri.t
changeset 41738 c70bdd222dcd
parent 40203 f80f7a67e176
child 48876 42d2b31cee0b
--- a/tests/test-hgweb-no-request-uri.t	Mon Feb 18 00:27:25 2019 +0900
+++ b/tests/test-hgweb-no-request-uri.t	Mon Feb 18 00:27:25 2019 +0900
@@ -62,12 +62,12 @@
   > output = stringio()
   > env['PATH_INFO'] = '/'
   > env['QUERY_STRING'] = 'style=atom'
-  > process(hgweb.hgweb(b'.', name = b'repo'))
+  > process(hgweb.hgweb(b'.', name=b'repo'))
   > 
   > output = stringio()
   > env['PATH_INFO'] = '/file/tip/'
   > env['QUERY_STRING'] = 'style=raw'
-  > process(hgweb.hgweb(b'.', name = b'repo'))
+  > process(hgweb.hgweb(b'.', name=b'repo'))
   > 
   > output = stringio()
   > env['PATH_INFO'] = '/'