aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch13/13.1/13.1-5-s.js
diff options
context:
space:
mode:
authorBrian Terlson <brian.terlson@microsoft.com>2014-07-24 15:41:42 -0700
committerBrian Terlson <brian.terlson@microsoft.com>2014-07-30 15:39:01 -0700
commit0defa373854162392a3832e6edceeecd2ffd6705 (patch)
treeb8758841613ea3910d09b4d84dfdd2be047937b4 /test/suite/ch13/13.1/13.1-5-s.js
parentd4354d14d534abaf2bcb1f82b3daae0702f3b8ee (diff)
Add path attribute.
Diffstat (limited to 'test/suite/ch13/13.1/13.1-5-s.js')
-rw-r--r--test/suite/ch13/13.1/13.1-5-s.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite/ch13/13.1/13.1-5-s.js b/test/suite/ch13/13.1/13.1-5-s.js
index 7d3a47233..ff2ece54c 100644
--- a/test/suite/ch13/13.1/13.1-5-s.js
+++ b/test/suite/ch13/13.1/13.1-5-s.js
@@ -9,6 +9,7 @@ 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.
+es5id: 13.1-5-s
description: >
Strict Mode - SyntaxError is thrown if a function is declared in
'strict mode' using a FunctionDeclaration and the function has two