Files
openide/python/testData/regexp/redundantEscapeSingleQuote.py

4 lines
39 B
Python

import re
foo = re.compile(r'[\w\']')