We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6baa3 commit 678c338Copy full SHA for 678c338
test/hash.js
@@ -17,7 +17,7 @@ var count16 = {
17
strings: ['0A1B2C3D4E5F6G7H'],
18
buffers: [
19
hexBuf,
20
- new Buffer([ 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
+ new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
21
]
22
}
23
@@ -29,12 +29,12 @@ var empty = {
29
30
31
var multi = {
32
- strings: ['abcd', 'efhijk', 'lmnopq'],
33
- buffers: [
34
- new Buffer('abcdefhijklmnopq', 'ascii'),
35
- new Buffer([128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 128])
36
- ]
37
- }
+ strings: ['abcd', 'efhijk', 'lmnopq'],
+ buffers: [
+ new Buffer('abcdefhijklmnopq', 'ascii'),
+ ]
+}
38
39
var long = {
40
strings: [hex + hex],
0 commit comments