Home
last modified time | relevance | path

Searched refs:regexp59 (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/fast/regex/
Dparentheses.js275 var regexp59 = /(X(?:.(?!X))*?Y)|(Y(?:.(?!Y))*?Z)/g; variable
Dparentheses-expected.txt120 PASS 'Y aaa X Match1 Y aaa Y Match2 Z'.match(regexp59) is ['X Match1 Y','Y Match2 Z']