We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0aadbf commit a1afd3bCopy full SHA for a1afd3b
msgpack-tests.js
@@ -97,7 +97,7 @@ function testData(data) {
97
}
98
99
function testByteOffset() {
100
- logLine("<span'>Testing Typed Array byteOffset handling</span>");
+ logLine("<span>Testing Typed Array byteOffset handling</span>");
101
const buf = new ArrayBuffer(10);
102
const arr0 = new Uint8Array(buf);
103
const arr1 = new Uint8Array(buf, 1);
0 commit comments