shim.js 163 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 "use strict"; module.exports = function (t, a) { var result = ["foo"]; result.index = 0; result.input = "foobar"; a.deep(t.call(/foo/, "foobar"), result); };