-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for Intl.PluralRules.prototype.resolvedOptions().pluralCategories
order
#4275
Conversation
2b9b41b
to
18e3e85
Compare
includes: [compareArray.js] | ||
---*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this not need a locale: [...]
tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed! (also alphabetized the locales just to be doing it)
test/intl402/PluralRules/prototype/resolvedOptions/plural-categories-order.js
Outdated
Show resolved
Hide resolved
…olvedOptions. r=spidermonkey-reviewers,dminor Sort plural categories per <tc39/ecma402#918>. Tests are in <tc39/test262#4275>. Differential Revision: https://phabricator.services.mozilla.com/D228569
…olvedOptions. r=spidermonkey-reviewers,dminor Sort plural categories per <tc39/ecma402#918>. Tests are in <tc39/test262#4275>. Differential Revision: https://phabricator.services.mozilla.com/D228569
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected results match SM with https://bugzilla.mozilla.org/show_bug.cgi?id=1930465 applied.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…egories` order Array elements should appear in following order: "zero", "one", "two", "few", "many", "other" see tc39/ecma402#918
…uralCategories` order
…ns().pluralCategories` order
8c9180e
to
25fa8e6
Compare
Array elements should appear in following order: "zero", "one", "two", "few", "many", "other"
see tc39/ecma402#918
fix #4261