..
prototype
Update list of non-algorithmic numbering systems
2020-06-24 12:11:36 -04:00
supportedLocalesOf
Frontmatter: fixup "info: >" to "info: |"
2018-01-05 12:27:59 -05:00
builtin.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
casing-numbering-system-options.js
Adding test cases to verify that 'numberingSystem' and 'calendar' options are being mapped to lower case
2020-02-20 12:33:21 -05:00
constructor-compactDisplay-compact.js
Unified Intl.NumberFormat: Various tests ( #2275 )
2019-08-14 12:47:05 -04:00
constructor-compactDisplay-no-compact.js
Unified Intl.NumberFormat: Various tests ( #2275 )
2019-08-14 12:47:05 -04:00
constructor-default-value.js
Fix various test issues
2018-10-17 07:45:33 -07:00
constructor-locales-arraylike.js
intl: fix mistyped test for array-like objects
2018-10-15 12:54:05 -04:00
constructor-locales-get-tostring.js
intl: fix dicey test case
2018-10-04 14:30:22 -04:00
constructor-locales-hasproperty.js
Add let before variable declaration
2018-10-05 15:32:54 -04:00
constructor-locales-string.js
Update test to actually check properties
2018-10-03 11:07:06 -04:00
constructor-locales-toobject.js
Intl.NumberFormat: cannot use assert.sameValue to compare object references.
2018-10-02 15:03:52 -04:00
constructor-notation.js
Unified Intl.NumberFormat: Various tests ( #2275 )
2019-08-14 12:47:05 -04:00
constructor-numberingSystem-order.js
More yaml and whitespace fixes
2019-10-08 14:50:57 -04:00
constructor-options-numberingSystem-invalid.js
Copy "invalid options" test from RelativeTimeFormat to NumberFormat/DateTimeFormat
2020-03-30 13:58:04 -04:00
constructor-options-throwing-getters.js
Add tests for 'numberingSystem' and 'calendar' options ( #2383 )
2019-10-08 14:48:46 -04:00
constructor-options-toobject.js
Intl.NumberFormat: cannot use assert.sameValue to compare object references.
2018-10-02 15:03:52 -04:00
constructor-order.js
Updated expected error in NumberFormat constructor per current spec
2020-06-24 12:11:36 -04:00
constructor-signDisplay.js
Unified Intl.NumberFormat: Various tests ( #2275 )
2019-08-14 12:47:05 -04:00
constructor-unit.js
Updated expected error in NumberFormat constructor per current spec
2020-06-24 12:11:36 -04:00
constructor-unitDisplay.js
More tests for Unified NumberFormat. ( #2454 )
2020-01-08 16:23:01 -05:00
currency-code-invalid.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
currency-code-well-formed.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
currency-digits.js
Update currency digits data
2017-12-21 16:46:56 -05:00
currencyDisplay-unit.js
change to camelCase to sync with #54 ( #2240 )
2019-07-16 19:00:29 -04:00
default-minimum-singificant-digits.js
Add test for NumberFormat default minimumSignificantDigits ( #864 )
2017-03-01 16:39:57 -05:00
default-options-object-prototype.js
Frontmatter: fixup "info: >" to "info: |"
2018-01-05 12:27:59 -05:00
dft-currency-mnfd-range-check-mxfd.js
Intl.NumberFormat + currency will throw an error if maximumFractionDigits is less than currencyDigits
2020-09-15 10:33:23 -04:00
fraction-digit-options-read-once.js
Add tests for some NumberFormat options edge cases
2017-03-23 11:50:33 -07:00
ignore-invalid-unicode-ext-values.js
Revert "remove "invalid" from invalid date of "cu" and "nu""
2018-10-17 07:46:46 -07:00
instance-proto-and-extensible.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
legacy-regexp-statics-not-modified.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
length.js
intl402/NumberFormat/length.js: remove calls to verifyNotEnumerable, verifyNotWritable, verifyConfigurable. Fixes gh-1591
2018-06-07 22:14:33 -04:00
name.js
Intl: PluralRules, NumberFormat, Number & getCanonicalLocales to use verifyProperty
2018-05-18 12:35:06 -04:00
numbering-system-options.js
Remove unnecessary "includes" directives
2019-09-25 13:59:24 -04:00
prop-desc.js
Intl: PluralRules, NumberFormat, Number & getCanonicalLocales to use verifyProperty
2018-05-18 12:35:06 -04:00
proto-from-ctor-realm.js
Add "proto-from-ctor-realm" tests for Intl constructors ( #2334 )
2019-09-11 17:22:21 -03:00
significant-digits-options-get-sequence.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
style-unit.js
change the removed unit 'generic' to 'gigabit'
2019-05-15 22:14:13 -07:00
subclassing.js
Remove unused includes in Intl test files
2017-12-21 16:46:56 -05:00
taint-Object-prototype.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
test-option-currency.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
test-option-currencyDisplay.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
test-option-localeMatcher.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
test-option-style.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
test-option-useGrouping.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00
this-value-ignored.js
Fixup Intl.* this-value tests (delete dups, add proper esid)
2020-09-14 13:35:13 -04:00
throws-for-currency-style-without-currency-option.js
Use more descriptive names for Intl test files
2017-12-21 16:46:56 -05:00