summaryrefslogtreecommitdiff
path: root/test/language/statements/with/S12.10_A1.5_T5.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/with/S12.10_A1.5_T5.js')
-rw-r--r--test/language/statements/with/S12.10_A1.5_T5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/with/S12.10_A1.5_T5.js b/test/language/statements/with/S12.10_A1.5_T5.js
index 876d3da07..49e1baf14 100644
--- a/test/language/statements/with/S12.10_A1.5_T5.js
+++ b/test/language/statements/with/S12.10_A1.5_T5.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-info: >
+info: |
The with statement adds a computed object to the front of the
scope chain of the current execution context
es5id: 12.10_A1.5_T5