tests/test-http-protocol.t
changeset 37322 a67fd1fe5109
parent 37300 2f859ad7ed8c
child 37413 33af46d639b4
--- a/tests/test-http-protocol.t	Fri Mar 30 18:57:13 2018 -0700
+++ b/tests/test-http-protocol.t	Wed Apr 04 23:26:49 2018 +0900
@@ -206,10 +206,10 @@
   s>     Content-Type: application/mercurial-0.1\r\n
   s>     Content-Length: 30\r\n
   s>     \r\n
-  s>     bookmarks	\n
-  s>     namespaces	\n
-  s>     phases	
-  response: b'bookmarks	\nnamespaces	\nphases	'
+  s>     bookmarks\t\n
+  s>     namespaces\t\n
+  s>     phases\t
+  response: b'bookmarks\t\nnamespaces\t\nphases\t'
 
 Same thing, but with "httprequest" command
 
@@ -232,8 +232,8 @@
   s>     Content-Type: application/mercurial-0.1\r\n
   s>     Content-Length: 30\r\n
   s>     \r\n
-  s>     bookmarks	\n
-  s>     namespaces	\n
-  s>     phases	
+  s>     bookmarks\t\n
+  s>     namespaces\t\n
+  s>     phases\t
 
   $ killdaemons.py