Add 'f-string: expressions nested too deeply' issue.

This commit is contained in:
Dave Halter
2017-08-26 11:10:04 +02:00
parent 7d4aa755a5
commit 296ecc6728
3 changed files with 28 additions and 11 deletions

View File

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