Home
last modified time | relevance | path

Searched refs:SYNTAX_ERROR (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/
H A Dre_tests.py7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3)
43 # 2: the expected result (SUCCEED, FAIL, SYNTAX_ERROR)
58 ('(?P<foo_123', '', SYNTAX_ERROR), # Unterminated group identifier
59 ('(?P<1>a)', '', SYNTAX_ERROR), # Begins with a digit
60 ('(?P<!>a)', '', SYNTAX_ERROR), # Begins with an illegal char
61 ('(?P<foo!>a)', '', SYNTAX_ERROR), # Begins with an illegal char
64 ('(?P<foo_123>a)(?P=foo_123', 'aa', SYNTAX_ERROR),
65 ('(?P<foo_123>a)(?P=1)', 'aa', SYNTAX_ERROR),
66 ('(?P<foo_123>a)(?P=!)', 'aa', SYNTAX_ERROR),
67 ('(?P<foo_123>a)(?P=foo_124', 'aa', SYNTAX_ERROR), # Backre
[all...]
H A Dtest_re.py2739 from test.re_tests import tests, FAIL, SYNTAX_ERROR namespace
2750 if outcome == SYNTAX_ERROR: # Expected a syntax error
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen_impl.h205 SYNTAX_ERROR, enumerator
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen_impl.h205 SYNTAX_ERROR, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen_impl.h205 SYNTAX_ERROR, enumerator

Completed in 7 milliseconds