mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 21:45:04 +02:00
Append missing pipe character on "info:" lines (#3030)
This commit is contained in:
parent
fb0a68a2cf
commit
781f10c9de
@ -5,7 +5,7 @@ esid: sec-arraybuffer-constructor
|
|||||||
description: |
|
description: |
|
||||||
Invoked with an options object whose `maxByteLength` property is less than
|
Invoked with an options object whose `maxByteLength` property is less than
|
||||||
the length.
|
the length.
|
||||||
info:
|
info: |
|
||||||
ArrayBuffer( length [ , options ] )
|
ArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-arraybuffer-constructor
|
|||||||
description: |
|
description: |
|
||||||
Invoked with an options object whose `maxByteLength` property exceeds the
|
Invoked with an options object whose `maxByteLength` property exceeds the
|
||||||
maximum length value
|
maximum length value
|
||||||
info:
|
info: |
|
||||||
ArrayBuffer( length [ , options ] )
|
ArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-arraybuffer-constructor
|
esid: sec-arraybuffer-constructor
|
||||||
description: Invoked with an options object whose `maxByteLength` property is negative
|
description: Invoked with an options object whose `maxByteLength` property is negative
|
||||||
info:
|
info: |
|
||||||
ArrayBuffer( length [ , options ] )
|
ArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-arraybuffer-constructor
|
|||||||
description: |
|
description: |
|
||||||
Invoked with an options object whose `maxByteLength` property cannot be
|
Invoked with an options object whose `maxByteLength` property cannot be
|
||||||
coerced to a primitive value
|
coerced to a primitive value
|
||||||
info:
|
info: |
|
||||||
ArrayBuffer( length [ , options ] )
|
ArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-sharedarraybuffer-constructor
|
|||||||
description: |
|
description: |
|
||||||
Invoked with an options object whose `maxByteLength` property is less than
|
Invoked with an options object whose `maxByteLength` property is less than
|
||||||
the length.
|
the length.
|
||||||
info:
|
info: |
|
||||||
SharedArrayBuffer( length [ , options ] )
|
SharedArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-sharedarraybuffer-constructor
|
|||||||
description: |
|
description: |
|
||||||
Invoked with an options object whose `maxByteLength` property exceeds the
|
Invoked with an options object whose `maxByteLength` property exceeds the
|
||||||
maximum length value
|
maximum length value
|
||||||
info:
|
info: |
|
||||||
SharedArrayBuffer( length [ , options ] )
|
SharedArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-sharedarraybuffer-constructor
|
esid: sec-sharedarraybuffer-constructor
|
||||||
description: Invoked with an options object whose `maxByteLength` property is negative
|
description: Invoked with an options object whose `maxByteLength` property is negative
|
||||||
info:
|
info: |
|
||||||
SharedArrayBuffer( length [ , options ] )
|
SharedArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-sharedarraybuffer-constructor
|
|||||||
description: |
|
description: |
|
||||||
Invoked with an options object whose `maxByteLength` property cannot be
|
Invoked with an options object whose `maxByteLength` property cannot be
|
||||||
coerced to a primitive value
|
coerced to a primitive value
|
||||||
info:
|
info: |
|
||||||
SharedArrayBuffer( length [ , options ] )
|
SharedArrayBuffer( length [ , options ] )
|
||||||
|
|
||||||
1. If NewTarget is undefined, throw a TypeError exception.
|
1. If NewTarget is undefined, throw a TypeError exception.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user