tests/test-url.py
changeset 13808 58b86b9149f1
parent 13770 4e8f2310f310
child 13817 7f18bab2c0b0
--- 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: