Skip to content

Commit

Permalink
FIXUP: Wrap description for updated Intl tests after 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
anba committed Feb 14, 2017
1 parent 9ffc09f commit 1b6b382
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/intl402/DateTimeFormat/12.1.1_1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/
Expand Down
4 changes: 3 additions & 1 deletion test/intl402/NumberFormat/11.1.1_1.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]
---*/
Expand Down

0 comments on commit 1b6b382

Please sign in to comment.