Files
openide/python/testData/intentions/afterConvertTripleQuotedString.py
T

7 lines
152 B
Python

if True:
if True:
a = ('\'Hello\' - said man.\n'
'\n'
' Let\'s go.\n'
' And they went out.'
)