Closed kschmott closed 1 year ago
Which project? Add a GitHub label using the side bar, then delete this.
A clear and concise description of what the bug is. Here are a few ideas.
A copy-paste of a traceback (prefer text, not screenshot)
$ python test.py File "test.py", line 2 print(f"x = {x}") ^ SyntaxError: invalid syntax
A quote from the source code of a public unit test.
def test(): print(f"x = {x}")
A quote from the spec
Be sure to format your strings.
Steps to reproduce the behavior.
Test should pass without an error about unsupported syntax.
Which project? Add a GitHub label using the side bar, then delete this.
Describe the bug
A clear and concise description of what the bug is. Here are a few ideas.
A copy-paste of a traceback (prefer text, not screenshot)
A quote from the source code of a public unit test.
A quote from the spec
To Reproduce
Steps to reproduce the behavior.
Expected behavior
Test should pass without an error about unsupported syntax.