tests/test-url.py
changeset 13848 b2798c1defff
parent 13827 f1823b9f073b
child 14076 924c82157d46
--- a/tests/test-url.py	Fri Apr 01 11:45:29 2011 -0500
+++ b/tests/test-url.py	Thu Mar 31 17:37:33 2011 -0700
@@ -157,6 +157,12 @@
     <url path: 'a/b/c/d.g.f'>
     >>> url('/x///z/y/')
     <url path: '/x///z/y/'>
+    >>> url('/foo:bar')
+    <url path: '/foo:bar'>
+    >>> url('\\\\foo:bar')
+    <url path: '\\\\foo:bar'>
+    >>> url('./foo:bar')
+    <url path: './foo:bar'>
 
     Non-localhost file URL: