]> git.r.bdr.sh - rbdr/dotfiles/blob
596bcdb92ed203c8d89ea261d127e83686cd0fba
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 a(t.call(/foo/, 'barfoo'), 3);
5 };