You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When decoding, make sure the resulting number
is smaller than a 32 bit unsigned int, otherwise
the data is not valid
* When encoding, fixes bug where numbers where interpreted
as signed numbers.
Copy file name to clipboardExpand all lines: tests/data.js
+8
Original file line number
Diff line number
Diff line change
@@ -34,5 +34,13 @@ exports.data = [
34
34
{
35
35
'raw' : newBuffer('Man is distinguished, not only by his reason, but by this singular passion from other animals, which is a lust of the mind, that by a perseverance of delight in the continued and indefatigable generation of knowledge, exceeds the short vehemence of any carnal pleasure.','ascii'),
0 commit comments