]> git.r.bdr.sh - rbdr/dotfiles/blob
ad36a213c6053e41edf5c610522ab6646f8d2e8d
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 a(t.call(''), null, "Null");
5 a(t.call('abcdef'), 'f', "String");
6 };