mirror of https://github.com/tc39/test262.git
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: |
|
||||
Invoked with an options object whose `maxByteLength` property is less than
|
||||
the length.
|
||||
info:
|
||||
info: |
|
||||
ArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-arraybuffer-constructor
|
|||
description: |
|
||||
Invoked with an options object whose `maxByteLength` property exceeds the
|
||||
maximum length value
|
||||
info:
|
||||
info: |
|
||||
ArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-arraybuffer-constructor
|
||||
description: Invoked with an options object whose `maxByteLength` property is negative
|
||||
info:
|
||||
info: |
|
||||
ArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-arraybuffer-constructor
|
|||
description: |
|
||||
Invoked with an options object whose `maxByteLength` property cannot be
|
||||
coerced to a primitive value
|
||||
info:
|
||||
info: |
|
||||
ArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-sharedarraybuffer-constructor
|
|||
description: |
|
||||
Invoked with an options object whose `maxByteLength` property is less than
|
||||
the length.
|
||||
info:
|
||||
info: |
|
||||
SharedArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-sharedarraybuffer-constructor
|
|||
description: |
|
||||
Invoked with an options object whose `maxByteLength` property exceeds the
|
||||
maximum length value
|
||||
info:
|
||||
info: |
|
||||
SharedArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/*---
|
||||
esid: sec-sharedarraybuffer-constructor
|
||||
description: Invoked with an options object whose `maxByteLength` property is negative
|
||||
info:
|
||||
info: |
|
||||
SharedArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
|
@ -5,7 +5,7 @@ esid: sec-sharedarraybuffer-constructor
|
|||
description: |
|
||||
Invoked with an options object whose `maxByteLength` property cannot be
|
||||
coerced to a primitive value
|
||||
info:
|
||||
info: |
|
||||
SharedArrayBuffer( length [ , options ] )
|
||||
|
||||
1. If NewTarget is undefined, throw a TypeError exception.
|
||||
|
|
Loading…
Reference in New Issue