summaryrefslogtreecommitdiff
path: root/test/language/statements/for/12.6.3_2-3-a-ii-8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/for/12.6.3_2-3-a-ii-8.js')
-rw-r--r--test/language/statements/for/12.6.3_2-3-a-ii-8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/for/12.6.3_2-3-a-ii-8.js b/test/language/statements/for/12.6.3_2-3-a-ii-8.js
index 8e6da9a71..991124953 100644
--- a/test/language/statements/for/12.6.3_2-3-a-ii-8.js
+++ b/test/language/statements/for/12.6.3_2-3-a-ii-8.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
Refer 12.6.3;
The production
IterationStatement : for ( var VariableDeclarationListNoIn ; Expressionopt ; Expressionopt ) Statement