Test Suite of IRIs/URIs

Hi Danc,

Is there a recent list of all possible IRIs (a test suite)?


Context:
I wanted to test the module [urlparse of python][1]. The module  
supports a set of URL schemes

	It supports the following URL schemes:
	file, ftp, gopher, hdl, http, https,
	imap, mailto, mms, news, nntp, prospero,
	rsync, rtsp, rtspu, sftp, shttp, sip,
	sips, snews, svn, svn+ssh, telnet, wais.

Which is far to be the list [URI schemes of IANA][2]

The code source for [urlparse module in python][3] is accessible online.

hmmm nice comment in the source code.
     # XXX The stuff below is bogus in various ways...



[1]: http://docs.python.org/lib/module-urlparse.html
[2]: http://www.iana.org/assignments/uri-schemes.html
[3]: http://svn.python.org/view/python/trunk/Lib/urlparse.py? 
rev=43546&view=log

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager, QA Activity Lead
   QA Weblog - http://www.w3.org/QA/
      *** Be Strict To Be Cool ***

Received on Tuesday, 31 July 2007 21:34:48 UTC