-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
JavaScript:
> new URL("./style.css", "http://x.org/wow/index.html").href
"http://x.org/wow/style.css"
> new URL("./style.css", "http://x.org/wow/index.html/").href
"http://x.org/wow/index.html/style.css"
URIs master
:
julia> joinpath(URI("http://x.org/wow/index.html"), "./style.css")
URI("http://x.org/wow/index.html/style.css")
julia> joinpath(URI("http://x.org/wow/index.html/"), "./style.css")
URI("http://x.org/wow/index.html/style.css")
Metadata
Metadata
Assignees
Labels
No labels