summaryrefslogtreecommitdiff
path: root/test/language/statements/for-of/arguments-unmapped-aliasing.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/language/statements/for-of/arguments-unmapped-aliasing.js')
-rw-r--r--test/language/statements/for-of/arguments-unmapped-aliasing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/statements/for-of/arguments-unmapped-aliasing.js b/test/language/statements/for-of/arguments-unmapped-aliasing.js
index f0584e8f3..01e2c0f35 100644
--- a/test/language/statements/for-of/arguments-unmapped-aliasing.js
+++ b/test/language/statements/for-of/arguments-unmapped-aliasing.js
@@ -4,7 +4,7 @@
es6id: 13.6.4
description: >
Unmapped arguments object mutation via alias during traversal using for..of
-info: >
+info: |
"Unmapped" arguments objects should be able to be traversed using a
`for..of` loop, and dynamic changes to the formal parameters should not be
reflected in the iterated values.