-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
From: mtshiba/pylyzer#115
Starting with Python 3.12, the use of strings within f-strings is permitted.
However, the current parser implementation does not seem to allow the use of same quoting type strings within f-strings.
f"{"hello"}"
results in the following parsing error:
invalid syntax. Got unexpected token 'hello' at row 1 col 5
youknowone, Peter554 and hiro-o918
Metadata
Metadata
Assignees
Labels
No labels