blob: 6a95cd03d6ce6850f2d366a80e142982928cf7db [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
a.deep(t.call(/\|/, 'bar|foo'), ['bar', 'foo']);
};