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