.
original commit: 452b4a2f208d1537aa707936d38c2c5f1e1af87c
This commit is contained in:
parent
c87684a141
commit
a1d43601c2
|
@ -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")
|
||||
)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user