summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_urlparse
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_urlparse')
-rw-r--r--Lib/test/output/test_urlparse5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/output/test_urlparse b/Lib/test/output/test_urlparse
index ca71729..c478783 100644
--- a/Lib/test/output/test_urlparse
+++ b/Lib/test/output/test_urlparse
@@ -1,4 +1,9 @@
test_urlparse
+http://www.python.org = ('http', 'www.python.org', '', '', '', '')
+http://www.python.org#abc = ('http', 'www.python.org', '', '', '', 'abc')
+http://www.python.org/#abc = ('http', 'www.python.org', '/', '', '', 'abc')
+http://a/b/c/d;p?q#f = ('http', 'a', '/b/c/d', 'p', 'q', 'f')
+
urlparse.urljoin() tests
g:h = 'g:h'