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