Files
openide/python/testData/refactoring/introduceVariable/tripleQuotedSubstring.after.py

6 lines
77 B
Python

a = """Three"""
print(""""One two
* """ + a + """
* Four
* Five""" + suffix)