Files
openide/python/testData/refactoring/inlinelocal/stringWithQuotesToFStringInFString.before.py
andrey.matveev d0e0488fe6 PY-40797 Fix problem with inline string to f-string
GitOrigin-RevId: dbc2206fa2338e2b6a2552a0ca76cb4064425505
2022-11-03 17:30:23 +00:00

2 lines
55 B
Python

variable = 'aaa"42'
fstr = f"aaa{f'{varia<caret>ble}'}"