Skip to content

Insufficient coverage for Intl.Locale.prototype.getNumberingSystems() #5062

Description

@sffc

We should have more coverage for numbering systems for locales. This is relatively stable so I think can just test it.

For example, on Chrome:

new Intl.Locale("hi").getNumberingSystems()
// ['latn']

The correct result should be ['latn', 'deva'].

ECMA-402 issue: tc39/ecma402#1071

CC @ptomato @anba

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions