Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit d49dc90

Browse files
committed
updating tests262
1 parent 41e1bb2 commit d49dc90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+68
-68
lines changed

tests/test262/pages/11.1.1_1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 11.1.1_1
12301230
description: Tests that an object can't be re-initialized as a NumberFormat.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testWithIntlConstructors(function (Constructor) {

tests/test262/pages/11.1.1_15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 11.1.1_15
12301230
description: Tests that the option style is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.NumberFormat, "style", "string", ["decimal", "percent", "currency"], "decimal",

tests/test262/pages/11.1.1_21.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 11.1.1_21
12301230
description: Tests that the option currencyDisplay is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.NumberFormat, "currencyDisplay", "string", ["code", "symbol", "name"],

tests/test262/pages/11.1.1_34.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 11.1.1_34
12301230
description: Tests that the option useGrouping is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.NumberFormat, "useGrouping", "boolean", undefined, true);

tests/test262/pages/11.1.1_6.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that the behavior of a Record is not affected by
12321232
adversarial changes to Object.prototype.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
taintProperties(["localeMatcher"]);

tests/test262/pages/11.1.1_7.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 11.1.1_7
12301230
description: Tests that the option localeMatcher is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.NumberFormat, "localeMatcher", "string", ["lookup", "best fit"], "best fit", {noReturn: true});

tests/test262/pages/11.1.1_a.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that constructing a NumberFormat doesn't create or modify
12321232
unwanted properties on the RegExp constructor.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
testForUnwantedRegExpChanges(function () {

tests/test262/pages/11.1.2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@
12371237
es5id: 11.1.2
12381238
description: Tests that IntlPolyfill.NumberFormat can be subclassed.
12391239
author: Norbert Lindenberg
1240-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1240+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12411241
---*/
12421242

12431243
// get a number format and have it format an array of numbers for comparison with the subclass

tests/test262/pages/11.1_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
objects defined by the introduction of chapter 15 of the
149149
ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.NumberFormat, true, true, ["supportedLocalesOf"], 0);

tests/test262/pages/11.2.2_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
requirements for built-in objects defined by the introduction of
149149
chapter 15 of the ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.NumberFormat.supportedLocalesOf, true, false, [], 1);

tests/test262/pages/11.2.3_b.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that IntlPolyfill.NumberFormat does not accept Unicode locale
12321232
extension keys and values that are not allowed.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
var locales = ["ja-JP", "zh-Hans-CN", "zh-Hant-TW"];

tests/test262/pages/11.3.2_1_a_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
built-in objects defined by the introduction of chapter 15 of the
150150
ECMAScript Language Specification.
151151
author: Norbert Lindenberg
152-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
152+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
153153
---*/
154154

155155
testBuiltInObject(new IntlPolyfill.NumberFormat().format, true, false, [], 1);

tests/test262/pages/11.3.2_1_c.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 11.3.2_1_c
12301230
description: Tests that format function is bound to its IntlPolyfill.NumberFormat.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
var numbers = [0, -0, 1, -1, 5.5, 123, -123, -123.45, 123.44501, 0.001234,

tests/test262/pages/11.3.2_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
introduction of chapter 15 of the ECMAScript Language
150150
Specification.
151151
author: Norbert Lindenberg
152-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
152+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
153153
---*/
154154

155155
testBuiltInObject(Object.getOwnPropertyDescriptor(IntlPolyfill.NumberFormat.prototype, "format").get , true, false, [], 0);

tests/test262/pages/11.3.2_TRF.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
Tests that the digits are determined correctly when specifying
12331233
pre/post decimal digits.
12341234
author: Norbert Lindenberg
1235-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1235+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12361236
---*/
12371237

12381238
var locales = [

tests/test262/pages/11.3.2_TRP.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
Tests that the digits are determined correctly when specifying
12331233
significant digits.
12341234
author: Norbert Lindenberg
1235-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1235+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12361236
---*/
12371237

12381238
var locales = [

tests/test262/pages/11.3.3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
IntlPolyfill.NumberFormat.prototype.resolvedOptions has the right
12331233
properties.
12341234
author: Norbert Lindenberg
1235-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1235+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12361236
---*/
12371237

12381238
var actual = new IntlPolyfill.NumberFormat().resolvedOptions();

tests/test262/pages/11.3.3_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
requirements for built-in objects defined by the introduction of
149149
chapter 15 of the ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.NumberFormat.prototype.resolvedOptions, true, false, [], 0);

tests/test262/pages/11.3_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
built-in objects defined by the introduction of chapter 15 of the
149149
ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.NumberFormat.prototype, false, false, ["constructor", "format", "resolvedOptions"]);

tests/test262/pages/12.1.1_1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 12.1.1_1
12301230
description: Tests that an object can't be re-initialized as a DateTimeFormat.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testWithIntlConstructors(function (Constructor) {

tests/test262/pages/12.1.1_18.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 12.1.1_18
12301230
description: Tests that the option hour12 is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.DateTimeFormat, "hour12", "boolean", undefined, undefined,

tests/test262/pages/12.1.1_22.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that the behavior of a Record is not affected by
12321232
adversarial changes to Object.prototype.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
taintProperties(["weekday", "era", "year", "month", "day", "hour", "minute", "second", "timeZone"]);

tests/test262/pages/12.1.1_23.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that the options for the date and time components are
12321232
processed correctly.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
getDateTimeComponents().forEach(function (component) {

tests/test262/pages/12.1.1_25.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 12.1.1_25
12301230
description: Tests that the option formatMatcher is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.DateTimeFormat, "formatMatcher", "string", ["basic", "best fit"], "best fit", {noReturn: true});

tests/test262/pages/12.1.1_5.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that the behavior of a Record is not affected by
12321232
adversarial changes to Object.prototype.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
taintProperties(["localeMatcher"]);

tests/test262/pages/12.1.1_6.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 12.1.1_6
12301230
description: Tests that the option localeMatcher is processed correctly.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
testOption(IntlPolyfill.DateTimeFormat, "localeMatcher", "string", ["lookup", "best fit"], "best fit", {noReturn: true});

tests/test262/pages/12.1.1_TDTO.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that the set of options for the date and time components is
12321232
processed correctly.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
var locales = [[], ["zh-Hans-CN"], ["hi-IN"], ["en-US"], ["id-ID"]];

tests/test262/pages/12.1.1_a.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that constructing a DateTimeFormat doesn't create or modify
12321232
unwanted properties on the RegExp constructor.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
testForUnwantedRegExpChanges(function () {

tests/test262/pages/12.1.2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@
12381238
es5id: 12.1.2
12391239
description: Tests that IntlPolyfill.DateTimeFormat can be subclassed.
12401240
author: Norbert Lindenberg
1241-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1241+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12421242
---*/
12431243

12441244
// get a date-time format and have it format an array of dates for comparison with the subclass

tests/test262/pages/12.1_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
built-in objects defined by the introduction of chapter 15 of the
149149
ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.DateTimeFormat, true, true, ["supportedLocalesOf"], 0);

tests/test262/pages/12.2.2_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
requirements for built-in objects defined by the introduction of
149149
chapter 15 of the ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.DateTimeFormat.supportedLocalesOf, true, false, [], 1);

tests/test262/pages/12.2.3_b.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that IntlPolyfill.DateTimeFormat does not accept Unicode locale
12321232
extension keys and values that are not allowed.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
var locales = ["ja-JP", "zh-Hans-CN", "zh-Hant-TW"];

tests/test262/pages/12.2.3_c.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that IntlPolyfill.DateTimeFormat provides the required date-time
12321232
format component subsets.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
var locales = ["de-DE", "en-US", "hi-IN", "id-ID", "ja-JP", "th-TH", "zh-Hans-CN", "zh-Hant-TW", "zxx"];

tests/test262/pages/12.3.2_1_a_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
built-in objects defined by the introduction of chapter 15 of the
150150
ECMAScript Language Specification.
151151
author: Norbert Lindenberg
152-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
152+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
153153
---*/
154154

155155
testBuiltInObject(new IntlPolyfill.DateTimeFormat().format, true, false, [], 0);

tests/test262/pages/12.3.2_1_c.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
es5id: 12.3.2_1_c
12301230
description: Tests that format function is bound to its IntlPolyfill.DateTimeFormat.
12311231
author: Norbert Lindenberg
1232-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1232+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12331233
---*/
12341234

12351235
var dates = [new Date(), new Date(0), new Date(Date.parse("1989-11-09T17:57:00Z") || Date.parse("1989/11/09 17:57:00 UTC"))];

tests/test262/pages/12.3.2_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
introduction of chapter 15 of the ECMAScript Language
150150
Specification.
151151
author: Norbert Lindenberg
152-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
152+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
153153
---*/
154154

155155
testBuiltInObject(Object.getOwnPropertyDescriptor(IntlPolyfill.DateTimeFormat.prototype, "format").get , true, false, [], 0);

tests/test262/pages/12.3.2_TLT_2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that the behavior of a Record is not affected by
12321232
adversarial changes to Object.prototype.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
taintProperties(["weekday", "era", "year", "month", "day", "hour", "minute", "second", "inDST"]);

tests/test262/pages/12.3.3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
IntlPolyfill.DateTimeFormat.prototype.resolvedOptions has the right
12331233
properties.
12341234
author: Norbert Lindenberg
1235-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1235+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12361236
---*/
12371237

12381238
var actual = new IntlPolyfill.DateTimeFormat().resolvedOptions();

tests/test262/pages/12.3.3_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
the requirements for built-in objects defined by the introduction
149149
of chapter 15 of the ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.DateTimeFormat.prototype.resolvedOptions, true, false, [], 0);

tests/test262/pages/12.3_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
for built-in objects defined by the introduction of chapter 15 of
149149
the ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(IntlPolyfill.DateTimeFormat.prototype, false, false, ["constructor", "format", "resolvedOptions"]);

tests/test262/pages/13.2.1_4_2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that Number.prototype.toLocaleString uses the standard
12321232
built-in IntlPolyfill.NumberFormat constructor.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
taintDataProperty(IntlPolyfill, "NumberFormat");

tests/test262/pages/13.2.1_5.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@
12381238
Tests that Number.prototype.toLocaleString produces the same
12391239
results as IntlPolyfill.NumberFormat.
12401240
author: Norbert Lindenberg
1241-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1241+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12421242
---*/
12431243

12441244
var numbers = [0, -0, 1, -1, 5.5, 123, -123, -123.45, 123.44501, 0.001234,

tests/test262/pages/13.2.1_L15.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
for built-in objects defined by the introduction of chapter 15 of
149149
the ECMAScript Language Specification.
150150
author: Norbert Lindenberg
151-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testBuiltInObject.js
151+
/Users/caridy/repo/intl.js/tests/test262/harness/testBuiltInObject.js
152152
---*/
153153

154154
testBuiltInObject(Number.prototype.toLocaleString, true, false, [], 0);

tests/test262/pages/13.3.0_6_2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
Tests that Date.prototype.toLocaleString & Co. use the standard
12321232
built-in IntlPolyfill.DateTimeFormat constructor.
12331233
author: Norbert Lindenberg
1234-
/Volumes/HOME/Users/andyearnshaw/Development/IntlPolyfill.js/tests/test262/harness/testIntl.js
1234+
/Users/caridy/repo/intl.js/tests/test262/harness/testIntl.js
12351235
---*/
12361236

12371237
taintDataProperty(IntlPolyfill, "DateTimeFormat");

0 commit comments

Comments
 (0)