Skip to content

produces invalid URL if from has no port and to does #28

@ericprud

Description

@ericprud

For every output except ABSOLUTE, this produces a URL with leading '//' and no host:

from = "http://a.com/base"
to = "http://a.com:43715/base/more"
/* result: */ "//:43715/base/more"

(see runkit demo)

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