summaryrefslogtreecommitdiff
path: root/test/built-ins/ArrayIteratorPrototype
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/ArrayIteratorPrototype
parent60ecff7c99989f176094f7168f9860c560402eba (diff)
downloadqtdeclarative-testsuites-92a2621901a7796f60edb1ad1b33a12dd296078e.tar.gz
Frontmatter: fixup "info: >" to "info: |"
Diffstat (limited to 'test/built-ins/ArrayIteratorPrototype')
-rw-r--r--test/built-ins/ArrayIteratorPrototype/Symbol.toStringTag/property-descriptor.js2
-rw-r--r--test/built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js2
-rw-r--r--test/built-ins/ArrayIteratorPrototype/next/length.js2
-rw-r--r--test/built-ins/ArrayIteratorPrototype/next/name.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/built-ins/ArrayIteratorPrototype/Symbol.toStringTag/property-descriptor.js b/test/built-ins/ArrayIteratorPrototype/Symbol.toStringTag/property-descriptor.js
index 38f9fe7bf..8ccb2c718 100644
--- a/test/built-ins/ArrayIteratorPrototype/Symbol.toStringTag/property-descriptor.js
+++ b/test/built-ins/ArrayIteratorPrototype/Symbol.toStringTag/property-descriptor.js
@@ -5,7 +5,7 @@
esid: sec-%arrayiteratorprototype%-@@tostringtag
description: >
`Symbol.toStringTag` property descriptor
-info: >
+info: |
The initial value of the @@toStringTag property is the String value "Array
Iterator".
diff --git a/test/built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js b/test/built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js
index 177e47378..7f14762b0 100644
--- a/test/built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js
+++ b/test/built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js
@@ -3,7 +3,7 @@
/*---
esid: sec-%arrayiteratorprototype%.next
description: If the underlying TypedArray is detached during iteration, throw
-info: >
+info: |
%ArrayIteratorPrototype%.next( )
...
diff --git a/test/built-ins/ArrayIteratorPrototype/next/length.js b/test/built-ins/ArrayIteratorPrototype/next/length.js
index b95a4aa4f..335d3fdbf 100644
--- a/test/built-ins/ArrayIteratorPrototype/next/length.js
+++ b/test/built-ins/ArrayIteratorPrototype/next/length.js
@@ -6,7 +6,7 @@ es6id: 22.1.5.2.1
esid: sec-%arrayiteratorprototype%.next
description: >
%ArrayIteratorPrototype%.next.length is 0.
-info: >
+info: |
%ArrayIteratorPrototype%.next( )
17 ECMAScript Standard Built-in Objects:
diff --git a/test/built-ins/ArrayIteratorPrototype/next/name.js b/test/built-ins/ArrayIteratorPrototype/next/name.js
index d7b4c7b65..8194b8f2e 100644
--- a/test/built-ins/ArrayIteratorPrototype/next/name.js
+++ b/test/built-ins/ArrayIteratorPrototype/next/name.js
@@ -6,7 +6,7 @@ es6id: 22.1.5.2.1
esid: sec-%arrayiteratorprototype%.next
description: >
%ArrayIteratorPrototype%.next.name is "next".
-info: >
+info: |
%ArrayIteratorPrototype%.next( )
17 ECMAScript Standard Built-in Objects: