blob: ea13200ae1fb7df980b8887ac100e1594fac0030 [file] [log] [blame]
process.nextTick(function () {
t.equal(Buffer('abc').toString('base64'), 'YWJj');
t.equal(Buffer([98,99,100]).toString(), 'bcd');
});