Commit 548c4d31 authored by Eric V. Smith's avatar Eric V. Smith

Added more f-string test for empty expressions.

parent 1d44c41b
......@@ -296,6 +296,9 @@ f'{a * x()}'"""
"f'{!x:a}'",
"f'{ !xr:}'",
"f'{ !xr:a}'",
"f'{!}'",
"f'{:}'",
])
def test_parens_in_expressions(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment