From b5efa1dd834ad4314da0f1a04b8ae3882039930f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bargull?= <andre.bargull@gmail.com> Date: Wed, 8 Jul 2015 19:12:39 +0200 Subject: [PATCH] Update comments to match correct ES2015 chapter --- test/intl402/10.1_L15.js | 4 ++-- test/intl402/10.2.2_L15.js | 4 ++-- test/intl402/10.3.2_1_a_L15.js | 4 ++-- test/intl402/10.3.2_L15.js | 4 ++-- test/intl402/10.3.3_L15.js | 4 ++-- test/intl402/10.3_L15.js | 4 ++-- test/intl402/11.1_L15.js | 4 ++-- test/intl402/11.2.2_L15.js | 4 ++-- test/intl402/11.3.2_1_a_L15.js | 4 ++-- test/intl402/11.3.2_L15.js | 2 +- test/intl402/11.3.3_L15.js | 4 ++-- test/intl402/11.3_L15.js | 4 ++-- test/intl402/12.1_L15.js | 4 ++-- test/intl402/12.2.2_L15.js | 4 ++-- test/intl402/12.3.2_1_a_L15.js | 4 ++-- test/intl402/12.3.2_L15.js | 2 +- test/intl402/12.3.3_L15.js | 4 ++-- test/intl402/12.3_L15.js | 4 ++-- test/intl402/13.1.1_L15.js | 4 ++-- test/intl402/13.2.1_L15.js | 4 ++-- test/intl402/13.3.1_L15.js | 4 ++-- test/intl402/13.3.2_L15.js | 4 ++-- test/intl402/13.3.3_L15.js | 4 ++-- test/intl402/8.0_L15.js | 4 ++-- 24 files changed, 46 insertions(+), 46 deletions(-) diff --git a/test/intl402/10.1_L15.js b/test/intl402/10.1_L15.js index 833b7fb1a0..3446d7cfe0 100644 --- a/test/intl402/10.1_L15.js +++ b/test/intl402/10.1_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl.Collator meets the requirements for built-in + objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/10.2.2_L15.js b/test/intl402/10.2.2_L15.js index 3e1d314f46..c5c41db3ae 100644 --- a/test/intl402/10.2.2_L15.js +++ b/test/intl402/10.2.2_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 10.2.2_L15 description: > - Tests that Intl.Collator.supportedLocalesOf meets the + 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] ---*/ diff --git a/test/intl402/10.3.2_1_a_L15.js b/test/intl402/10.3.2_1_a_L15.js index 15236a162c..657845eaac 100644 --- a/test/intl402/10.3.2_1_a_L15.js +++ b/test/intl402/10.3.2_1_a_L15.js @@ -5,8 +5,8 @@ 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 + Intl.Collator.prototype.compare meets the requirements for + built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/10.3.2_L15.js b/test/intl402/10.3.2_L15.js index cc52f61fc0..f83d063d28 100644 --- a/test/intl402/10.3.2_L15.js +++ b/test/intl402/10.3.2_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 10.3.2_L15 description: > - Tests that the getter for Intl.Collator.prototype.compare meets + 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] ---*/ diff --git a/test/intl402/10.3.3_L15.js b/test/intl402/10.3.3_L15.js index e6892b183d..59792f058c 100644 --- a/test/intl402/10.3.3_L15.js +++ b/test/intl402/10.3.3_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 10.3.3_L15 description: > - Tests that Intl.Collator.prototype.resolvedOptions meets the + 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] ---*/ diff --git a/test/intl402/10.3_L15.js b/test/intl402/10.3_L15.js index f7f3e17b08..e2d458b156 100644 --- a/test/intl402/10.3_L15.js +++ b/test/intl402/10.3_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl.Collator.prototype meets the requirements for + built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/11.1_L15.js b/test/intl402/11.1_L15.js index 7d1ff5e994..4ac63e4edf 100644 --- a/test/intl402/11.1_L15.js +++ b/test/intl402/11.1_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl.NumberFormat meets the requirements for built-in + objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/11.2.2_L15.js b/test/intl402/11.2.2_L15.js index ae828988c5..e04db78419 100644 --- a/test/intl402/11.2.2_L15.js +++ b/test/intl402/11.2.2_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 11.2.2_L15 description: > - Tests that Intl.NumberFormat.supportedLocalesOf meets the + 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] ---*/ diff --git a/test/intl402/11.3.2_1_a_L15.js b/test/intl402/11.3.2_1_a_L15.js index d27d1090b9..cdfcf10528 100644 --- a/test/intl402/11.3.2_1_a_L15.js +++ b/test/intl402/11.3.2_1_a_L15.js @@ -5,8 +5,8 @@ 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 + Intl.NumberFormat.prototype.format meets the requirements for + built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/11.3.2_L15.js b/test/intl402/11.3.2_L15.js index 04eddf44bc..047046611b 100644 --- a/test/intl402/11.3.2_L15.js +++ b/test/intl402/11.3.2_L15.js @@ -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] diff --git a/test/intl402/11.3.3_L15.js b/test/intl402/11.3.3_L15.js index d45d6ab2a4..9709ab848d 100644 --- a/test/intl402/11.3.3_L15.js +++ b/test/intl402/11.3.3_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 11.3.3_L15 description: > - Tests that Intl.NumberFormat.prototype.resolvedOptions meets the + 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] ---*/ diff --git a/test/intl402/11.3_L15.js b/test/intl402/11.3_L15.js index e36f474a20..12917b1183 100644 --- a/test/intl402/11.3_L15.js +++ b/test/intl402/11.3_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl.NumberFormat.prototype meets the requirements for + built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/12.1_L15.js b/test/intl402/12.1_L15.js index e3b13f313f..3ff0986b20 100644 --- a/test/intl402/12.1_L15.js +++ b/test/intl402/12.1_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl.DateTimeFormat meets the requirements for + built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/12.2.2_L15.js b/test/intl402/12.2.2_L15.js index ba8ad9c69d..1451ba70a0 100644 --- a/test/intl402/12.2.2_L15.js +++ b/test/intl402/12.2.2_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 12.2.2_L15 description: > - Tests that Intl.DateTimeFormat.supportedLocalesOf meets the + 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] ---*/ diff --git a/test/intl402/12.3.2_1_a_L15.js b/test/intl402/12.3.2_1_a_L15.js index ffb76b7d83..ecc3ae9f3f 100644 --- a/test/intl402/12.3.2_1_a_L15.js +++ b/test/intl402/12.3.2_1_a_L15.js @@ -5,8 +5,8 @@ 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 + Intl.DateTimeFormat.prototype.format meets the requirements for + built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/12.3.2_L15.js b/test/intl402/12.3.2_L15.js index ef0280ccc2..18a216e611 100644 --- a/test/intl402/12.3.2_L15.js +++ b/test/intl402/12.3.2_L15.js @@ -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] diff --git a/test/intl402/12.3.3_L15.js b/test/intl402/12.3.3_L15.js index a4de84c1bd..9ba1f1e6bb 100644 --- a/test/intl402/12.3.3_L15.js +++ b/test/intl402/12.3.3_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 12.3.3_L15 description: > - Tests that Intl.DateTimeFormat.prototype.resolvedOptions meets + 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] ---*/ diff --git a/test/intl402/12.3_L15.js b/test/intl402/12.3_L15.js index c37c32c391..6139fc766f 100644 --- a/test/intl402/12.3_L15.js +++ b/test/intl402/12.3_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl.DateTimeFormat.prototype meets the requirements + for built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/13.1.1_L15.js b/test/intl402/13.1.1_L15.js index fb28e49e65..552bfb34cd 100644 --- a/test/intl402/13.1.1_L15.js +++ b/test/intl402/13.1.1_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that String.prototype.localeCompare meets the requirements + for built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/13.2.1_L15.js b/test/intl402/13.2.1_L15.js index f4b27e792b..5c20c41c45 100644 --- a/test/intl402/13.2.1_L15.js +++ b/test/intl402/13.2.1_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Number.prototype.toLocaleString meets the requirements + for built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/13.3.1_L15.js b/test/intl402/13.3.1_L15.js index 598359c182..bd49202ec7 100644 --- a/test/intl402/13.3.1_L15.js +++ b/test/intl402/13.3.1_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Date.prototype.toLocaleString meets the requirements + for built-in objects defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: [testBuiltInObject.js] diff --git a/test/intl402/13.3.2_L15.js b/test/intl402/13.3.2_L15.js index 25fdf5b11f..277e109cfb 100644 --- a/test/intl402/13.3.2_L15.js +++ b/test/intl402/13.3.2_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 13.3.2_L15 description: > - Tests that Date.prototype.toLocaleDateString meets the + 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] ---*/ diff --git a/test/intl402/13.3.3_L15.js b/test/intl402/13.3.3_L15.js index 31147347b0..e5a33ffe07 100644 --- a/test/intl402/13.3.3_L15.js +++ b/test/intl402/13.3.3_L15.js @@ -4,9 +4,9 @@ /*--- es5id: 13.3.3_L15 description: > - Tests that Date.prototype.toLocaleTimeString meets the + 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] ---*/ diff --git a/test/intl402/8.0_L15.js b/test/intl402/8.0_L15.js index 6304c79089..fc0b042591 100644 --- a/test/intl402/8.0_L15.js +++ b/test/intl402/8.0_L15.js @@ -4,8 +4,8 @@ /*--- 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 + Tests that Intl meets the requirements for built-in objects + defined by the introduction of chapter 17 of the ECMAScript Language Specification. author: Norbert Lindenberg includes: -- GitLab