forked from enviPath/enviPy
Current Dev State
This commit is contained in:
2
static/js/ketcher2/node_modules/browserify/test/global/buffer.js
generated
vendored
Normal file
2
static/js/ketcher2/node_modules/browserify/test/global/buffer.js
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
t.equal(Buffer('xyz').toString('base64'), 'eHl6');
|
||||
t.equal(Buffer('eHl6', 'base64').toString(), 'xyz');
|
||||
Reference in New Issue
Block a user