summaryrefslogtreecommitdiff
path: root/test/built-ins/Symbol/keyFor/prop-desc.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Symbol/keyFor/prop-desc.js')
-rw-r--r--test/built-ins/Symbol/keyFor/prop-desc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Symbol/keyFor/prop-desc.js b/test/built-ins/Symbol/keyFor/prop-desc.js
index d8dd23eb6..f02202bb2 100644
--- a/test/built-ins/Symbol/keyFor/prop-desc.js
+++ b/test/built-ins/Symbol/keyFor/prop-desc.js
@@ -4,7 +4,7 @@
esid: sec-symbol.keyfor
es6id: 19.4.2.5
description: Property descriptor
-info: >
+info: |
Every other data property described in clauses 18 through 26 and in Annex
B.2 has the attributes { [[Writable]]: true, [[Enumerable]]: false,
[[Configurable]]: true } unless otherwise specified.