mirror of https://github.com/tc39/test262.git
Correct test descriptions
This commit is contained in:
parent
8b4382d2f2
commit
7ce15a19f3
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.format
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [de-DE]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.format
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [en-US]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.format
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [ja-JP]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.format
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [ko-KR]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.format
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [zh-TW]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.formattoparts
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [de-DE]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.formattoparts
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [en-US]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.formattoparts
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [ja-JP]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.formattoparts
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [ko-KR]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/*---
|
||||
esid: sec-intl.numberformat.prototype.formattoparts
|
||||
description: Checks handling of the compactDisplay option to the NumberFormat constructor.
|
||||
description: Checks handling of the signDisplay option to the NumberFormat constructor.
|
||||
locale: [zh-TW]
|
||||
features: [Intl.NumberFormat-unified]
|
||||
---*/
|
||||
|
|
Loading…
Reference in New Issue