Sha256: 10089c2aee8ff3ec26448794c5bc226ad1dc92f0db538cb4334e7b6353085126

Contents?: true

Size: 526 Bytes

Versions: 29

Compression:

Stored size: 526 Bytes

Contents

// Inspired and in some parts copied from:
// http://closure-library.googlecode.com/svn/trunk/closure/goog
// /string/string_test.html

'use strict';

module.exports = function (t, a) {
	a(t.call('abc', ''), true, "Empty needle");
	a(t.call('abcd', 'ab'), true, "Starts with needle");
	a(t.call('abcd', 'abcd'), true, "Needle equals haystack");
	a(t.call('abcd', 'bcde', 1), false, "Needle larger than haystack");
	a(!t.call('abcd', 'cd'), true, "Doesn't start with needle");
	a(t.call('abcd', 'bc', 1), true, "Position");
};

Version data entries

29 entries across 19 versions & 7 rubygems

Version Path
guard-sass-lint-0.1.2 node_modules/es5-ext/test/string/#/starts-with/shim.js
guard-sass-lint-0.1.1 node_modules/es5-ext/test/string/#/starts-with/shim.js
lanes-0.8.0 node_modules/es5-ext/test/string/#/starts-with/shim.js
node-compiler-0.9.1 vendor/node/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/shim.js
node-compiler-0.9.0 vendor/node-v7.2.1/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/shim.js
node-compiler-0.8.0 vendor/node-v7.2.0/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/shim.js
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/es5-ext/test/string/#/starts-with/shim.js
node-compiler-0.7.0 vendor/node-v7.1.0/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/shim.js
node-compiler-0.7.0 vendor/node-v6.9.1/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/es6-symbol/node_modules/es5-ext/test/string/#/starts-with/shim.js
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/es5-ext/test/string/#/starts-with/shim.js
blackboard-3.1.9 lib/site_template/node_modules/es5-ext/test/string/#/starts-with/shim.js
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/escope/node_modules/es6-weak-map/node_modules/es5-ext/test/string/#/starts-with/shim.js
eslint_node_modules-1.6.0.1 vendor/node_modules/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/string/#/starts-with/shim.js
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/test/string/#/starts-with/shim.js
eslint_node_modules-1.6.0 vendor/node_modules/eslint/node_modules/escope/node_modules/es6-weak-map/node_modules/es5-ext/test/string/#/starts-with/shim.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/inquirer/node_modules/cli-color/node_modules/es5-ext/test/string/#/starts-with/shim.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/insight/node_modules/inquirer/node_modules/cli-color/node_modules/es5-ext/test/string/#/starts-with/shim.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/inquirer/node_modules/cli-color/node_modules/es5-ext/test/string/#/starts-with/shim.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/insight/node_modules/inquirer/node_modules/cli-color/node_modules/es5-ext/test/string/#/starts-with/shim.js
entangled-0.0.14 spec/dummy/public/node_modules/bower/node_modules/inquirer/node_modules/cli-color/node_modules/es5-ext/test/string/#/starts-with/shim.js