mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
Add missing compareArray includes
This commit is contained in:
parent
694fae5b10
commit
c6a36ccc64
@ -3,6 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-uint8array.prototype.setfrombase64
|
esid: sec-uint8array.prototype.setfrombase64
|
||||||
description: Uint8Array.prototype.setFromBase64 decodes and writes chunks which occur prior to bad data
|
description: Uint8Array.prototype.setFromBase64 decodes and writes chunks which occur prior to bad data
|
||||||
|
includes: [compareArray.js]
|
||||||
features: [uint8array-base64, TypedArray]
|
features: [uint8array-base64, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-uint8array.prototype.setfromhex
|
esid: sec-uint8array.prototype.setfromhex
|
||||||
description: Uint8Array.prototype.setFromHex decodes and writes pairs which occur prior to bad data
|
description: Uint8Array.prototype.setFromHex decodes and writes pairs which occur prior to bad data
|
||||||
|
includes: [compareArray.js]
|
||||||
features: [uint8array-base64, TypedArray]
|
features: [uint8array-base64, TypedArray]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user