Home
last modified time | relevance | path

Searched defs:regex3 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegularExpressions/
DparseRegularExpressionMixedWithComments.ts3 var regex3 = /**///**/ asdf / // should be a comment line variable
/third_party/typescript/tests/baselines/reference/
DparseRegularExpressionMixedWithComments.js4 var regex3 = /**///**/ asdf / // should be a comment line variable
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/internal/
DRegexCacheTest.java37 final String regex3 = "[1-3][58]"; in testRegexInsertion() local