Files
openide/python/testData/psi/LongString.py

6 lines
92 B
Python

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