Update comments to match correct ES2015 chapter

This commit is contained in:
André Bargull 2015-07-08 19:12:39 +02:00
parent f4e17963f8
commit b5efa1dd83
24 changed files with 46 additions and 46 deletions

View File

@ -5,7 +5,7 @@
es5id: 10.1_L15
description: >
Tests that Intl.Collator meets the requirements for built-in
objects defined by the introduction of chapter 15 of the
objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 10.2.2_L15
description: >
Tests that Intl.Collator.supportedLocalesOf meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -6,7 +6,7 @@ es5id: 10.3.2_1_a_L15
description: >
Tests that the function returned by
Intl.Collator.prototype.compare meets the requirements for
built-in objects defined by the introduction of chapter 15 of the
built-in objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 10.3.2_L15
description: >
Tests that the getter for Intl.Collator.prototype.compare meets
the requirements for built-in objects defined by the introduction
of chapter 15 of the ECMAScript Language Specification.
of chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -6,7 +6,7 @@ es5id: 10.3.3_L15
description: >
Tests that Intl.Collator.prototype.resolvedOptions meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -5,7 +5,7 @@
es5id: 10.3_L15
description: >
Tests that Intl.Collator.prototype meets the requirements for
built-in objects defined by the introduction of chapter 15 of the
built-in objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -5,7 +5,7 @@
es5id: 11.1_L15
description: >
Tests that Intl.NumberFormat meets the requirements for built-in
objects defined by the introduction of chapter 15 of the
objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 11.2.2_L15
description: >
Tests that Intl.NumberFormat.supportedLocalesOf meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -6,7 +6,7 @@ es5id: 11.3.2_1_a_L15
description: >
Tests that the function returned by
Intl.NumberFormat.prototype.format meets the requirements for
built-in objects defined by the introduction of chapter 15 of the
built-in objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 11.3.2_L15
description: >
Tests that the getter for Intl.NumberFormat.prototype.format
meets the requirements for built-in objects defined by the
introduction of chapter 15 of the ECMAScript Language
introduction of chapter 17 of the ECMAScript Language
Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 11.3.3_L15
description: >
Tests that Intl.NumberFormat.prototype.resolvedOptions meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -5,7 +5,7 @@
es5id: 11.3_L15
description: >
Tests that Intl.NumberFormat.prototype meets the requirements for
built-in objects defined by the introduction of chapter 15 of the
built-in objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -5,7 +5,7 @@
es5id: 12.1_L15
description: >
Tests that Intl.DateTimeFormat meets the requirements for
built-in objects defined by the introduction of chapter 15 of the
built-in objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 12.2.2_L15
description: >
Tests that Intl.DateTimeFormat.supportedLocalesOf meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -6,7 +6,7 @@ es5id: 12.3.2_1_a_L15
description: >
Tests that the function returned by
Intl.DateTimeFormat.prototype.format meets the requirements for
built-in objects defined by the introduction of chapter 15 of the
built-in objects defined by the introduction of chapter 17 of the
ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 12.3.2_L15
description: >
Tests that the getter for Intl.DateTimeFormat.prototype.format
meets the requirements for built-in objects defined by the
introduction of chapter 15 of the ECMAScript Language
introduction of chapter 17 of the ECMAScript Language
Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 12.3.3_L15
description: >
Tests that Intl.DateTimeFormat.prototype.resolvedOptions meets
the requirements for built-in objects defined by the introduction
of chapter 15 of the ECMAScript Language Specification.
of chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -5,7 +5,7 @@
es5id: 12.3_L15
description: >
Tests that Intl.DateTimeFormat.prototype meets the requirements
for built-in objects defined by the introduction of chapter 15 of
for built-in objects defined by the introduction of chapter 17 of
the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -5,7 +5,7 @@
es5id: 13.1.1_L15
description: >
Tests that String.prototype.localeCompare meets the requirements
for built-in objects defined by the introduction of chapter 15 of
for built-in objects defined by the introduction of chapter 17 of
the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -5,7 +5,7 @@
es5id: 13.2.1_L15
description: >
Tests that Number.prototype.toLocaleString meets the requirements
for built-in objects defined by the introduction of chapter 15 of
for built-in objects defined by the introduction of chapter 17 of
the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -5,7 +5,7 @@
es5id: 13.3.1_L15
description: >
Tests that Date.prototype.toLocaleString meets the requirements
for built-in objects defined by the introduction of chapter 15 of
for built-in objects defined by the introduction of chapter 17 of
the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]

View File

@ -6,7 +6,7 @@ es5id: 13.3.2_L15
description: >
Tests that Date.prototype.toLocaleDateString meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -6,7 +6,7 @@ es5id: 13.3.3_L15
description: >
Tests that Date.prototype.toLocaleTimeString meets the
requirements for built-in objects defined by the introduction of
chapter 15 of the ECMAScript Language Specification.
chapter 17 of the ECMAScript Language Specification.
author: Norbert Lindenberg
includes: [testBuiltInObject.js]
---*/

View File

@ -5,7 +5,7 @@
es5id: 8.0_L15
description: >
Tests that Intl meets the requirements for built-in objects
defined by the introduction of chapter 15 of the ECMAScript
defined by the introduction of chapter 17 of the ECMAScript
Language Specification.
author: Norbert Lindenberg
includes: