]> git.r.bdr.sh - rbdr/dotfiles/blob
6a95cd03d6ce6850f2d366a80e142982928cf7db
[rbdr/dotfiles] /
1 'use strict';
2
3 module.exports = function (t, a) {
4 a.deep(t.call(/\|/, 'bar|foo'), ['bar', 'foo']);
5 };