Files
openide/python/testData/psi/LongString.py
2010-01-27 20:01:21 +03:00

6 lines
92 B
Python

a = """"""
b = """
"1.0" encoding="ascii"?
"""
str = re.sub(r"""\\\\""", r"""\""", str)