Files
openide/python/testData/psi/FStringTerminatedByQuoteOfNestedFStringLiteralInFormatPart.py
Mikhail Golubev 68f72f3dd9 PY-31442 Handle f-strings terminated by other string literals in fragments
When the terminating quote is either at the beginning of a string literal or
inside it, either in the given f-string itself or inside a nested one and
either in normal fragment or in a fragment located inside a format part of
another fragment. Normal string literals and nested f-strings are also checked
separately.
2018-10-01 12:46:42 +03:00

1 line
25 B
Python