blob: 2b378fd594e2eff96ae9762576cc5b183a2580ab [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
a(t.call(/foo/, 'foobar', 'mar'), 'marbar');
};