Skip to content

incorrect TLD #15

@tilo

Description

@tilo
host = DomainName("example.co.uk-")
host.tld
=> 'uk-'  # not a valid TLD

host = DomainName("example.co.uk ")
host.tld
=> 'uk '  # not a valid TLD (space at the end)

host = DomainName("a.a-a")
host.tld
=> 'a-a '  # not a valid TLD

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