url: fix tests
authorMatt Mackall <mpm@selenic.com>
Wed, 30 Mar 2011 14:42:41 -0500
changeset 13808 58b86b9149f1
parent 13807 974490c1768f
child 13809 e6f795494d4f
url: fix tests
tests/test-url.py
--- a/tests/test-url.py	Wed Mar 30 13:34:39 2011 -0500
+++ b/tests/test-url.py	Wed Mar 30 14:42:41 2011 -0500
@@ -109,7 +109,9 @@
     >>> url('mailto:John.Doe@example.com')
     <url scheme: 'mailto', path: 'John.Doe@example.com'>
     >>> url('a:b:c:d')
-    <url scheme: 'a', path: 'b:c:d'>
+    <url path: 'a:b:c:d'>
+    >>> url('aa:bb:cc:dd')
+    <url scheme: 'aa', path: 'bb:cc:dd'>
 
     SSH examples: