Skip to content

Commit 1b6b382

Browse files
committed
FIXUP: Wrap description for updated Intl tests after 80 chars
1 parent 9ffc09f commit 1b6b382

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/intl402/DateTimeFormat/12.1.1_1.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
/*---
55
es5id: 12.1.1_1
6-
description: Tests that the this-value is ignored in DateTimeFormat, if the this-value isn't a DateTimeFormat instance.
6+
description: >
7+
Tests that the this-value is ignored in DateTimeFormat, if the this-value
8+
isn't a DateTimeFormat instance.
79
author: Norbert Lindenberg
810
includes: [testIntl.js]
911
---*/

test/intl402/NumberFormat/11.1.1_1.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
/*---
55
es5id: 11.1.1_1
6-
description: Tests that the this-value is ignored in NumberFormat, if the this-value isn't a NumberFormat instance.
6+
description: >
7+
Tests that the this-value is ignored in NumberFormat, if the this-value
8+
isn't a NumberFormat instance.
79
author: Norbert Lindenberg
810
includes: [testIntl.js]
911
---*/

0 commit comments

Comments
 (0)