blob: 5b00f67f28ce450901c94586868e05ca1297bf79 [file] [log] [blame]
'use strict';
module.exports = function (t, a) {
var str = "(?:^te|er)s{2}t\\[raz]+$";
a(RegExp('^' + t(str) + '$').test(str), true);
};