summaryrefslogtreecommitdiff
path: root/test/built-ins/Proxy/has/trap-is-undefined.js
diff options
context:
space:
mode:
authorRick Waldron <waldron.rick@gmail.com>2018-01-05 12:26:51 -0500
committerRick Waldron <waldron.rick@gmail.com>2018-01-05 12:27:59 -0500
commit92a2621901a7796f60edb1ad1b33a12dd296078e (patch)
tree20ec50bc486d4674665432330f32308b8379a090 /test/built-ins/Proxy/has/trap-is-undefined.js
parent60ecff7c99989f176094f7168f9860c560402eba (diff)
downloadqtdeclarative-testsuites-92a2621901a7796f60edb1ad1b33a12dd296078e.tar.gz
Frontmatter: fixup "info: >" to "info: |"
Diffstat (limited to 'test/built-ins/Proxy/has/trap-is-undefined.js')
-rw-r--r--test/built-ins/Proxy/has/trap-is-undefined.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Proxy/has/trap-is-undefined.js b/test/built-ins/Proxy/has/trap-is-undefined.js
index 1fa907178..dfffc0a95 100644
--- a/test/built-ins/Proxy/has/trap-is-undefined.js
+++ b/test/built-ins/Proxy/has/trap-is-undefined.js
@@ -4,7 +4,7 @@
es6id: 9.5.7
description: >
Return target.[[HasProperty]](P) if trap is undefined.
-info: >
+info: |
[[HasProperty]] (P)
...