bops icon indicating copy to clipboard operation
bops copied to clipboard

failing test for readUInt32LE and readUInt8

Open andrewrk opened this issue 11 years ago • 1 comments

Test passes in node.js. Fails in testling.

andrewrk avatar Aug 09 '13 00:08 andrewrk

Looks like I'm supposed to use binary.readUInt32LE(buf, 14984) instead of the way I have it. If I do that, I get:

not ok 1 Error: Uncaught TypeError: Type error on line 14066

andrewrk avatar Aug 09 '13 00:08 andrewrk