Sha256: 4659b1a29b898bf6b8bc018c76bb51ccd6f0643e6c33c38fb2315fd7bb407e0b

Contents?: true

Size: 481 Bytes

Versions: 43

Compression:

Stored size: 481 Bytes

Contents

if (process.env.OBJECT_IMPL) global.TYPED_ARRAY_SUPPORT = false
var B = require('../').Buffer
var test = require('tape')

test('Buffer.isEncoding', function (t) {
  t.equal(B.isEncoding('HEX'), true)
  t.equal(B.isEncoding('hex'), true)
  t.equal(B.isEncoding('bad'), false)
  t.end()
})

test('Buffer.isBuffer', function (t) {
  t.equal(B.isBuffer(new B('hey', 'utf8')), true)
  t.equal(B.isBuffer(new B([1, 2, 3], 'utf8')), true)
  t.equal(B.isBuffer('hey'), false)
  t.end()
})

Version data entries

43 entries across 42 versions & 15 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/buffer/test/static.js
disco_app-0.18.0 test/dummy/node_modules/buffer/test/static.js
disco_app-0.18.2 test/dummy/node_modules/buffer/test/static.js
disco_app-0.16.1 test/dummy/node_modules/buffer/test/static.js
disco_app-0.15.2 test/dummy/node_modules/buffer/test/static.js
disco_app-0.18.4 test/dummy/node_modules/buffer/test/static.js
disco_app-0.18.1 test/dummy/node_modules/buffer/test/static.js
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/buffer/test/static.js
disco_app-0.14.0 test/dummy/node_modules/buffer/test/static.js
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/buffer/test/static.js
tang-0.2.1 spec/tang_app/node_modules/buffer/test/static.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/buffer/test/static.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/buffer/test/static.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/buffer/test/static.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/buffer/test/static.js
tang-0.2.0 spec/tang_app/node_modules/buffer/test/static.js
tang-0.1.0 spec/tang_app/node_modules/buffer/test/static.js
tang-0.0.9 spec/tang_app/node_modules/buffer/test/static.js
enju_library-0.3.8 spec/dummy/node_modules/buffer/test/static.js
ilog-0.4.1 node_modules/buffer/test/static.js