summaryrefslogtreecommitdiff
path: root/test/language/statements/function/13.1-27-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/function/13.1-27-s.js')
-rw-r--r--test/language/statements/function/13.1-27-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/function/13.1-27-s.js b/test/language/statements/function/13.1-27-s.js
index 3ad0c9206..ea6900c2f 100644
--- a/test/language/statements/function/13.1-27-s.js
+++ b/test/language/statements/function/13.1-27-s.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
Refer 13.1;
It is a SyntaxError if any Identifier value occurs more than once within a FormalParameterList of a strict mode
FunctionDeclaration or FunctionExpression.