Sha256: f642d6903cfd1b631d6c9540b7f8363338e9115840137283e239b84df0a240ab

Contents?: true

Size: 270 Bytes

Versions: 33

Compression:

Stored size: 270 Bytes

Contents

var test = require('tape')
var bufferIndexOf = require('../')

test("doesnt skip partial matches",function(t){
  //'aaaba'.indexOf('aaba') // --> 1
  t.equals(bufferIndexOf(new Buffer('aaaba'), new Buffer('aaba')),1,'partial matches should not be skipped')
  t.end()
})

Version data entries

33 entries across 32 versions & 11 rubygems

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