original commit: 452b4a2f208d1537aa707936d38c2c5f1e1af87c
This commit is contained in:
Robby Findler 2004-04-04 14:49:09 +00:00
parent c87684a141
commit a1d43601c2

View File

@ -108,6 +108,13 @@
(test-c-u/r (string->url "http://www.drscheme.org/a/b/c/d/index.html")
(string->url "http://www.drscheme.org/a/b/c/")
"d/index.html")
(test-c-u/r (string->url "file:///a/b/c/d/index.html")
(string->url "file:///a/b/c/")
"d/index.html")
(test-c-u/r (string->url "file:///a/b/d/index.html")
(string->url "file:///a/b/c")
"d/index.html")
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;