fixed PRs 7783 7785

svn: r1731

original commit: 00d989a80a
This commit is contained in:
Robby Findler 2005-12-31 14:23:49 +00:00
parent 6a81603ede
commit 18ac669ebc

View File

@ -217,6 +217,9 @@
"http://www.drscheme.org/a ; a/ b / c ")
(test-s->u (vector "http" "robb y" "www.drscheme.org" #f '("") '() #f)
"http://robb%20y@www.drscheme.org/")
(test-s->u (vector "mailto" #f #f #f '("robby@plt-scheme.org") () #f)
"mailto:robby@plt-scheme.org")
(let ([empty-url (make-url #f #f #f #f '() '() #f)])
(test-c-u/r (string->url "http://www.drscheme.org")