projects
/
buffer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e5c452
)
Fix Buffer => B, squash
author
Emil Bay
<github@tixz.dk>
Mon, 7 Nov 2016 07:42:27 +0000
(18:12 +1030)
committer
Emil Bay
<github@tixz.dk>
Mon, 7 Nov 2016 07:42:27 +0000
(18:12 +1030)
test/base64.js
patch
|
blob
|
history
diff --git
a/test/base64.js
b/test/base64.js
index bb1bf6a5cb242eb8622fc4929719af40b363c08c..533e76d3bd4a92689fcb4a100dd70dd00432cfcb 100644
(file)
--- a/
test/base64.js
+++ b/
test/base64.js
@@
-46,7
+46,7
@@
test('base64: invalid non-alphanumeric characters -- should be stripped', functi
})
test('base64: high byte', function (t) {
- var highByte = B
uffer
.from([128])
+ var highByte = B.from([128])
t.deepEqual(
B.alloc(1, highByte.toString('base64'), 'base64'),
highByte