blob: 596bcdb92ed203c8d89ea261d127e83686cd0fba [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
a(t.call(/foo/, 'barfoo'), 3);
};