Add issue "f-string: expecting }".

This commit is contained in:
Dave Halter
2017-08-26 11:53:59 +02:00
parent 296ecc6728
commit 1893f77e15
4 changed files with 20 additions and 8 deletions

View File

@@ -146,6 +146,7 @@ FAILING_EXAMPLES = [
'f"{#}"',
"f'{1!b}'",
"f'{1:{5:{3}}}'",
"f'{'",
]
GLOBAL_NONLOCAL_ERROR = [