mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
Protection against breaking escaping and formatting of substrings in introduce refactoring (PY-3654)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
a = "lo %s"
|
||||
print(("Hel" + a + "!") % "World")
|
||||
Reference in New Issue
Block a user