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
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:
The correct result should be
['latn', 'deva'].ECMA-402 issue: tc39/ecma402#1071
CC @ptomato @anba