tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.4k stars 467 forks source link

Add tests for `Intl.PluralRules.prototype.resolvedOptions().pluralCategories` order #4275

Open ben-allen opened 1 month ago

ben-allen commented 1 month ago

Array elements should appear in following order: "zero", "one", "two", "few", "many", "other"

see https://github.com/tc39/ecma402/pull/918/

fix #4261