[wwwsearch-commits] r19799 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Nov 12 18:55:51 CET 2005
Author: jjlee
Date: Sat Nov 12 18:55:51 2005
New Revision: 19799
Modified:
wwwsearch/mechanize/trunk/test.py
Log:
Add another test of content-type guessing
Modified: wwwsearch/mechanize/trunk/test.py
==============================================================================
--- wwwsearch/mechanize/trunk/test.py (original)
+++ wwwsearch/mechanize/trunk/test.py Sat Nov 12 18:55:51 2005
@@ -209,6 +209,7 @@
(".htm", True),
(".html", True),
(".xhtml", True),
+ (".html?foo=bar&a=b;whelk#kool", True),
(".txt", False),
(".xml", False), # XXX is this sensible?
("", False),
More information about the wwwsearch-commits
mailing list