DurationFormat: changed metadata to list 'en' instead of 'en-US' as locale for tests that actually test 'en' rather than 'en-US'

This commit is contained in:
Ben Allen 2024-03-25 12:03:44 -07:00 committed by Philip Chimento
parent decf9f2526
commit 39168e26c8
19 changed files with 19 additions and 19 deletions

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.format
description: >
Test format method with negative duration and default style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.format
description: >
Test format method with negative duration and "short" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.format
description: >
Test format method with negative duration and "digital" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.format
description: >
Test format method with negative duration and "long" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.format
description: >
Test format method with negative duration and "narrow" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.format
description: >
Minutes with numeric or 2-digit style are included in the output when between displayed hours and seconds, even when the minutes value is zero.
locale: [en-US]
locale: [en]
features: [Intl.DurationFormat]
---*/

View File

@ -24,7 +24,7 @@ info: |
7. Let parts be ! PartitionNumberPattern(nf, value).
...
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -4,7 +4,7 @@
/*---
esid: sec-Intl.DurationFormat.prototype.format
description: Test if format method formats duration correctly with different "style" arguments
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
/*---
esid: sec-Intl.DurationFormat.prototype.format
description: Test if format method formats duration correctly with different "style" arguments
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -13,7 +13,7 @@ info: |
5. Else,
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
locale: [en-US]
locale: [en]
features: [Intl.DurationFormat]
---*/

View File

@ -13,7 +13,7 @@ info: |
5. Else,
a. Perform ! CreateDataPropertyOrThrow(nfOpts, "maximumFractionDigits", durationFormat.[[FractionalDigits]]).
b. Perform ! CreateDataPropertyOrThrow(nfOpts, "minimumFractionDigits", durationFormat.[[FractionalDigits]]).
locale: [en-US]
locale: [en]
features: [Intl.DurationFormat]
---*/

View File

@ -4,7 +4,7 @@
/*---
esid: sec-Intl.DurationFormat.prototype.format
description: Test if format method formats duration correctly with different "style" arguments
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -4,7 +4,7 @@
/*---
esid: sec-Intl.DurationFormat.prototype.format
description: Test if format method formats duration correctly with different "style" arguments
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -4,7 +4,7 @@
/*---
esid: sec-Intl.DurationFormat.prototype.format
description: Test if format method formats duration correctly with different "style" arguments
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.formatToParts
description: >
Test formatToParts method with negative duration and default style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.formatToParts
description: >
Test formatToParts method with negative duration and "digital" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.formatToParts
description: >
Test formatToParts method with negative duration and "long" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.formatToParts
description: >
Test formatToParts method with negative duration and "narrow" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/

View File

@ -5,7 +5,7 @@
esid: sec-Intl.DurationFormat.prototype.formatToParts
description: >
Test formatToParts method with negative duration and "short" style
locale: [en-US]
locale: [en]
includes: [testIntl.js]
features: [Intl.DurationFormat]
---*/