mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
22 lines
717 B
Plaintext
22 lines
717 B
Plaintext
PyFile:FStringTerminatedByLineBreakInLiteralPart.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: s
|
|
PsiElement(Py:IDENTIFIER)('s')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyStringLiteralExpression: foo
|
|
PyFormattedStringNode
|
|
PsiElement(Py:FSTRING_START)('f'')
|
|
PsiElement(Py:FSTRING_TEXT)('foo')
|
|
PsiErrorElement:Unexpected f-string token
|
|
<empty list>
|
|
PsiWhiteSpace('\n')
|
|
PyExpressionStatement
|
|
PyReferenceExpression: bar
|
|
PsiElement(Py:IDENTIFIER)('bar')
|
|
PsiErrorElement:End of statement expected
|
|
<empty list>
|
|
PyExpressionStatement
|
|
PyStringLiteralExpression:
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''') |