tc39 / proposal-intl-duration-format

https://tc39.es/proposal-intl-duration-format
MIT License
163 stars 18 forks source link

Fixup: display negative #182

Closed ben-allen closed 8 months ago

ben-allen commented 8 months ago

fix bad merge conflict resolution on ab571d6ed0c4d345974f21a2b2731b27965abdf1

FrankYFTang commented 4 months ago

The following tests in test262 need to be updated after the landing of the PR

test262/intl402/DurationFormat/prototype/format/negative-duration-style-default-en test262/intl402/DurationFormat/prototype/format/negative-durationstyle-long-en test262/intl402/DurationFormat/prototype/format/negative-durationstyle-digital-en test262/intl402/DurationFormat/prototype/format/negative-durationstyle-narrow-en test262/intl402/DurationFormat/prototype/format/negative-duration-style-short-en test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-digital-en test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-long-en test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-narrow-en test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-short-en test262/intl402/DurationFormat/prototype/formatToParts/negative-duration-formatToParts-style-default-en