Closed
Description
This seems related to #224, but is a little different:
> URI("http://example.com/").relativeTo("http://example.com/foo").toString()
""
> URI("http://example.com/foo/").relativeTo("http://example.com/foo/bar").toString()
""
I expected either .
or ./
.