PyFile:FStringNamedUnicodeEscapeInLiteralPart.py
  PyAssignmentStatement
    PyTargetExpression: s
      PsiElement(Py:IDENTIFIER)('s')
    PsiWhiteSpace(' ')
    PsiElement(Py:EQ)('=')
    PsiWhiteSpace(' ')
    PyStringLiteralExpression: 
      PyFormattedStringElement
        PsiElement(Py:FSTRING_START)('f'')
        PsiElement(Py:FSTRING_TEXT)('\N{LATIN SMALL LETTER A}')
        PsiElement(Py:FSTRING_END)(''')