Files
openide/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/escaped.py

2 lines
108 B
Python

print u"\N{LATIN SMALL LETTER B}%s\N{NUMBER SIGN}\
%s\N{LATIN SMALL<caret> LETTER B}" % (str1, str2)