aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch12/12.14/12.14-6.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/ch12/12.14/12.14-6.js
parentd4354d14d534abaf2bcb1f82b3daae0702f3b8ee (diff)
Add path attribute.
Diffstat (limited to 'test/suite/ch12/12.14/12.14-6.js')
-rw-r--r--test/suite/ch12/12.14/12.14-6.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/suite/ch12/12.14/12.14-6.js b/test/suite/ch12/12.14/12.14-6.js
index 02dcc3190..e36fbef53 100644
--- a/test/suite/ch12/12.14/12.14-6.js
+++ b/test/suite/ch12/12.14/12.14-6.js
@@ -13,6 +13,7 @@ info: >
local functions must shadow outer functions
local function expresssions must shadow outer function expressions
eval should use the appended object to the scope chain
+es5id: 12.14-6
description: >
catch introduces scope - block-local function expression must
shadow outer function expression