Files
openide/python/testData/quickFixes/PyAddSpecifierToFormatQuickFixTest/unicodeEscapes_after.py
2017-05-15 14:37:57 +03:00

2 lines
97 B
Python

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