Files
openide/python/testData/quickFixes/PyAddSpecifierToFormatQuickFixTest/unicodeEscapes_after.py
T

2 lines
97 B
Python

s = u"\N{LATIN SMALL LETTER B}%s\N{NUMBER SIGN}\
%s\N{LATIN SMALL LETTER B}" % ("a", "b")