Skip to content

Add test for Intl.Locale from "und" #4444

Open
@sffc

Description

@sffc

Browsers don't behave consistently. See keymanapp/keyman#13610

A test should be added asserting the behavior of new Intl.Locale("und").

Whoever takes this issue should independently verify what the expected behavior should be in the spec of the following functions:

let locale = new Intl.Locale("und");

assert.sameValue(locale.language, "???")
assert.sameValue(locale.script, "???")
assert.sameValue(locale.region, "???")
assert.sameValue(locale.toString(), "???")

CC @srl295

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Previously Discussed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions