mirror of
https://github.com/tc39/test262.git
synced 2025-05-27 18:20:28 +02:00
Test the order of resolvedOptions in default setting Also add test to check the reading order of options based on the property returned in the default setting resolvedOptions. https://github.com/tc39/proposal-intl-duration-format/pull/167 https://github.com/tc39/proposal-intl-duration-format/pull/172 https://tc39.es/proposal-intl-duration-format/#sec-Intl.DurationFormat.prototype.resolvedOptions These two PRs are presenting to TC39 2023-09 meeting Swap actual/expected order Update test/intl402/DurationFormat/constructor-option-read-order.js Co-authored-by: André Bargull <andre.bargull@gmail.com> Fix per anba suggestion