OpenGrok
Cross Reference: test_re.py
xref
: /
external
/
python
/
cpython3
/
Lib
/
test
/
test_re.py
Home
|
History
|
Annotate
|
Download
|
only in
test
Lines Matching
full:xtest
132
self.assertEqual(re.sub(r'^\s*', 'X', 'test'), '
Xtest
')