Searched refs:testRegExpMirror (Results 1 – 1 of 1) sorted by relevance
53 function testRegExpMirror(r) { function97 testRegExpMirror(/x/);98 testRegExpMirror(/[abc]/);99 testRegExpMirror(/[\r\n]/g);100 testRegExpMirror(/a*b/gmi);101 testRegExpMirror(/(\u{0066}|\u{0062})oo/u);