From cd79eada153bca8e7d45d6fab200a48323cdbb3f Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Mon, 15 Jul 2019 13:01:03 -0400 Subject: [PATCH] Update test files to follow lint rule --- test/intl402/BigInt/prototype/toLocaleString/builtin.js | 3 ++- .../toLocaleString/default-options-object-prototype.js | 3 ++- test/intl402/BigInt/prototype/toLocaleString/length.js | 3 ++- .../toLocaleString/returns-same-results-as-NumberFormat.js | 3 ++- .../BigInt/prototype/toLocaleString/taint-Intl-NumberFormat.js | 3 ++- .../BigInt/prototype/toLocaleString/this-value-invalid.js | 3 ++- .../toLocaleString/throws-same-exceptions-as-NumberFormat.js | 3 ++- .../prototype/formatRange/argument-date-string.js | 3 ++- .../prototype/formatRange/argument-near-time-boundaries.js | 3 ++- .../prototype/formatRange/argument-to-integer.js | 3 ++- test/intl402/DateTimeFormat/prototype/formatRange/builtin.js | 3 ++- test/intl402/DateTimeFormat/prototype/formatRange/prop-desc.js | 3 ++- .../prototype/formatRangeToParts/argument-date-string.js | 3 ++- .../formatRangeToParts/argument-near-time-boundaries.js | 3 ++- .../prototype/formatRangeToParts/argument-to-integer.js | 3 ++- .../DateTimeFormat/prototype/formatRangeToParts/builtin.js | 3 ++- .../DateTimeFormat/prototype/formatRangeToParts/prop-desc.js | 3 ++- 17 files changed, 34 insertions(+), 17 deletions(-) diff --git a/test/intl402/BigInt/prototype/toLocaleString/builtin.js b/test/intl402/BigInt/prototype/toLocaleString/builtin.js index ea19689674..2ade8aa655 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/builtin.js +++ b/test/intl402/BigInt/prototype/toLocaleString/builtin.js @@ -1,4 +1,5 @@ -// Copyright 2012-2019 Mozilla Corporation; Igalia, S.L. All rights reserved. +// Copyright 2012 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/BigInt/prototype/toLocaleString/default-options-object-prototype.js b/test/intl402/BigInt/prototype/toLocaleString/default-options-object-prototype.js index af40a89711..c46d4b0b89 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/default-options-object-prototype.js +++ b/test/intl402/BigInt/prototype/toLocaleString/default-options-object-prototype.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 Daniel Ehrenberg; Igalia, S.L. All rights reserved. +// Copyright (C) 2017 Daniel Ehrenberg. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/BigInt/prototype/toLocaleString/length.js b/test/intl402/BigInt/prototype/toLocaleString/length.js index 0a0d78c121..7a22c2913e 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/length.js +++ b/test/intl402/BigInt/prototype/toLocaleString/length.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull; Igalia, S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js b/test/intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js index 36a5ee4d76..2ee4f8dcbf 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js +++ b/test/intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js @@ -1,4 +1,5 @@ -// Copyright 2012-2019 Mozilla Corporation; Igalia, S.L. All rights reserved. +// Copyright 2012 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/BigInt/prototype/toLocaleString/taint-Intl-NumberFormat.js b/test/intl402/BigInt/prototype/toLocaleString/taint-Intl-NumberFormat.js index b1aeef3617..be336fdab1 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/taint-Intl-NumberFormat.js +++ b/test/intl402/BigInt/prototype/toLocaleString/taint-Intl-NumberFormat.js @@ -1,4 +1,5 @@ -// Copyright 2013-2019 Mozilla Corporation; Igalia, S.L. All rights reserved. +// Copyright 2013 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/BigInt/prototype/toLocaleString/this-value-invalid.js b/test/intl402/BigInt/prototype/toLocaleString/this-value-invalid.js index d80719a914..9506feb09b 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/this-value-invalid.js +++ b/test/intl402/BigInt/prototype/toLocaleString/this-value-invalid.js @@ -1,4 +1,5 @@ -// Copyright 2012-2019 Mozilla Corporation; Igalia, S.L. All rights reserved. +// Copyright 2012 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js b/test/intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js index cf8a3913b9..14deccab13 100644 --- a/test/intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js +++ b/test/intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js @@ -1,4 +1,5 @@ -// Copyright 2012-2019 Mozilla Corporation; Igalia, S.L. All rights reserved. +// Copyright 2012 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRange/argument-date-string.js b/test/intl402/DateTimeFormat/prototype/formatRange/argument-date-string.js index 6be3a36b91..05596255cd 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRange/argument-date-string.js +++ b/test/intl402/DateTimeFormat/prototype/formatRange/argument-date-string.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull, Igalia S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRange/argument-near-time-boundaries.js b/test/intl402/DateTimeFormat/prototype/formatRange/argument-near-time-boundaries.js index e5e0718723..257c5ba018 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRange/argument-near-time-boundaries.js +++ b/test/intl402/DateTimeFormat/prototype/formatRange/argument-near-time-boundaries.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull, Igalia S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRange/argument-to-integer.js b/test/intl402/DateTimeFormat/prototype/formatRange/argument-to-integer.js index 5d9542a8c9..93e1a28af1 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRange/argument-to-integer.js +++ b/test/intl402/DateTimeFormat/prototype/formatRange/argument-to-integer.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull, Igalia S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRange/builtin.js b/test/intl402/DateTimeFormat/prototype/formatRange/builtin.js index 7a378af8c5..7883d0d7af 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRange/builtin.js +++ b/test/intl402/DateTimeFormat/prototype/formatRange/builtin.js @@ -1,4 +1,5 @@ -// Copyright (C) 2012-2019 Mozilla Corporation, Igalia S.L. All rights reserved. +// Copyright 2012 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRange/prop-desc.js b/test/intl402/DateTimeFormat/prototype/formatRange/prop-desc.js index c0130ef0c1..f37e3df0f3 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRange/prop-desc.js +++ b/test/intl402/DateTimeFormat/prototype/formatRange/prop-desc.js @@ -1,4 +1,5 @@ -// Copyright 2016-2019 Mozilla Corporation, Igalia S.L. All rights reserved. +// Copyright 2016 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js index 69e50c56dc..1621c2649f 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-date-string.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull, Igalia S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js index 999f2d5d39..c2e4f5627e 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-near-time-boundaries.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull, Igalia S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js index 84f7b8b04f..50854ca381 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/argument-to-integer.js @@ -1,4 +1,5 @@ -// Copyright (C) 2017-2019 André Bargull, Igalia S.L. All rights reserved. +// Copyright (C) 2017 André Bargull. All rights reserved. +// Copyright (C) 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js index c624b333cd..f20d969541 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/builtin.js @@ -1,4 +1,5 @@ -// Copyright (C) 2012-2019 Mozilla Corporation, Igalia S.L. All rights reserved. +// Copyright 2012 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js index 1f2622dc75..436ac1ad96 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/prop-desc.js @@ -1,4 +1,5 @@ -// Copyright 2016-2019 Mozilla Corporation, Igalia S.L. All rights reserved. +// Copyright 2016 Mozilla Corporation. All rights reserved. +// Copyright 2019 Igalia S.L. All rights reserved. // This code is governed by the license found in the LICENSE file. /*---