Files
openide/python/testData/inspections/RemoveUnicodePrefixFromGluedStringNodesInParenthesis.py
T

3 lines
187 B
Python

s = (<error descr="Python version 3.2 does not support a 'U' prefix">u<caret></error>"string \n"
<error descr="Python version 3.2 does not support a 'U' prefix">u</error>"next line"
)