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