mirror of https://github.com/tc39/test262.git
1. add the test for "seconds" 2. since the default value for "style" is "long", baseStyle for GetDurationUnitOptions is "long" and therefore the last argument in testOption should be "long" 3. the valid values for "days" does not contains "numeric", and "2-digit". remove them. 4. the valid values for "milliseconds", "microseconds" and "nanoseconds" does not contains "2-digit". remove it. See https://tc39.es/proposal-intl-duration-format/#table-duration-components about the valid value notice the last colum is for "Digital Default" while the baseStyle is "digital" but the set up does not set it that way, the default value for "style" is "long" as in ``` 13. Let style be ? GetOption(options, "style", "string", « "long", "short", "narrow", "digital" », "long"). ``` of https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat * Sync to PR 121 Change default from "long" to "short" |
||
---|---|---|
.. | ||
prototype | ||
supportedLocalesOf | ||
constructor-locales-invalid.js | ||
constructor-locales-valid.js | ||
constructor-options-defaults.js | ||
constructor-options-fractionalDigits-invalid.js | ||
constructor-options-fractionalDigits-valid.js | ||
constructor-options-invalid.js | ||
constructor-options-localeMatcher-invalid.js | ||
constructor-options-localeMatcher-valid.js | ||
constructor-options-numberingSystem-invalid.js | ||
constructor-options-numberingSystem-valid.js | ||
constructor-options-order.js | ||
constructor-options-style-invalid.js | ||
constructor-options-style-valid.js | ||
extensibility.js | ||
length.js | ||
name.js | ||
newtarget-undefined.js | ||
prop-desc.js | ||
prototype.js |