Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/crashers/
Dinfinite_loop_re.py8 starttag = re.compile(r'<[a-zA-Z][-_.:a-zA-Z0-9]*\s*(' variable
16 starttag.match(foo)
/external/python/cpython3/Lib/test/crashers/
Dinfinite_loop_re.py8 starttag = re.compile(r'<[a-zA-Z][-_.:a-zA-Z0-9]*\s*(' variable
16 starttag.match(foo)