summaryrefslogtreecommitdiff
path: root/test/language/statements/with/S12.10_A3.3_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/with/S12.10_A3.3_T3.js')
-rw-r--r--test/language/statements/with/S12.10_A3.3_T3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/with/S12.10_A3.3_T3.js b/test/language/statements/with/S12.10_A3.3_T3.js
index 3d03aac49..05f9abad7 100644
--- a/test/language/statements/with/S12.10_A3.3_T3.js
+++ b/test/language/statements/with/S12.10_A3.3_T3.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
No matter how control leaves the embedded 'Statement',
the scope chain is always restored to its former state
es5id: 12.10_A3.3_T3