nyc-bookstores/node_modules/browserify/test/global/buffer.js

3 lines
104 B
JavaScript
Raw Normal View History

2013-05-27 20:45:59 +00:00
t.equal(Buffer('xyz').toString('base64'), 'eHl6');
t.equal(Buffer('eHl6', 'base64').toString(), 'xyz');