Sha256: 8f3f0f58743bbbe71073c7f048dfaf347d957d682c167283fb1afdf467a381a7

Contents?: true

Size: 296 Bytes

Versions: 46

Compression:

Stored size: 296 Bytes

Contents

"use strict";

module.exports = function (t, a) {
	a.throws(function () {
		t.call("", "");
	});
	a(t.call("x", "x"), 1);
	a(t.call("xx", "x"), 2);
	a(t.call("xxx", "xx"), 1);
	a(t.call("xxxx", "xx"), 2);
	a(t.call("xx", "xxx"), 0);
	a(t.call("", "elo"), 0);
	a(t.call("fooo", "foofooo"), 0);
};

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
govuk_publishing_components-18.0.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.21.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.20.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.19.1 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.19.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.18.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.17.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.16.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.15.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.14.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.13.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.12.2 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.12.1 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.12.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.11.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.10.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.9.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.8.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.7.0 node_modules/es5-ext/test/string/#/count.js
govuk_publishing_components-17.6.1 node_modules/es5-ext/test/string/#/count.js