summaryrefslogtreecommitdiff
path: root/test/language/expressions/multiplication/S11.5.1_A1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/expressions/multiplication/S11.5.1_A1.js')
-rw-r--r--test/language/expressions/multiplication/S11.5.1_A1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/expressions/multiplication/S11.5.1_A1.js b/test/language/expressions/multiplication/S11.5.1_A1.js
index 56a77e910..a6de668df 100644
--- a/test/language/expressions/multiplication/S11.5.1_A1.js
+++ b/test/language/expressions/multiplication/S11.5.1_A1.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
White Space and Line Terminator between MultiplicativeExpression and "*"
or between "*" and UnaryExpression are allowed
es5id: 11.5.1_A1