diff --git a/test/intl402/DateTimeFormat/12.1.1_1.js b/test/intl402/DateTimeFormat/12.1.1_1.js index 961ab034d46..7d1d00413dc 100644 --- a/test/intl402/DateTimeFormat/12.1.1_1.js +++ b/test/intl402/DateTimeFormat/12.1.1_1.js @@ -3,7 +3,9 @@ /*--- es5id: 12.1.1_1 -description: Tests that the this-value is ignored in DateTimeFormat, if the this-value isn't a DateTimeFormat instance. +description: > + Tests that the this-value is ignored in DateTimeFormat, if the this-value + isn't a DateTimeFormat instance. author: Norbert Lindenberg includes: [testIntl.js] ---*/ diff --git a/test/intl402/NumberFormat/11.1.1_1.js b/test/intl402/NumberFormat/11.1.1_1.js index 8817af24ca2..035e74a10cf 100644 --- a/test/intl402/NumberFormat/11.1.1_1.js +++ b/test/intl402/NumberFormat/11.1.1_1.js @@ -3,7 +3,9 @@ /*--- es5id: 11.1.1_1 -description: Tests that the this-value is ignored in NumberFormat, if the this-value isn't a NumberFormat instance. +description: > + Tests that the this-value is ignored in NumberFormat, if the this-value + isn't a NumberFormat instance. author: Norbert Lindenberg includes: [testIntl.js] ---*/