We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991d066 commit afcfdecCopy full SHA for afcfdec
test/parallel/test-assert-typedarray-deepequal.js
@@ -47,6 +47,7 @@ const notEqualArrayPairs = [
47
[new Int16Array([-256]), new Uint16Array([0xff00])], // same bits
48
[new Int32Array([-256]), new Uint32Array([0xffffff00])], // ditto
49
[new Float32Array([0.1]), new Float32Array([0.0])],
50
+ [new Float32Array([0.1]), new Float32Array([0.1, 0.2])],
51
[new Float64Array([0.1]), new Float64Array([0.0])],
52
[new Uint8Array([1, 2, 3]).buffer, new Uint8Array([4, 5, 6]).buffer],
53
[
0 commit comments