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

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