Skip to content

resolveReference missing root / #1

@rbrewer123

Description

@rbrewer123

This test code fails for me:

test = new URI("http://localhost:8080/foo.html");
assert.equal( test.resolveReference("foobar.html"), "http://localhost:8080/foobar.html", "resolveReference");

The incorrect output is (missing the root "/"):
"http://localhost:8080foobar.html"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions