Finally add all fstring errors except the nested invalid syntax stuff that occurs in nested Python.

This commit is contained in:
Dave Halter
2017-08-26 12:16:06 +02:00
parent 68cc383d02
commit 5b7a01ba62
3 changed files with 28 additions and 19 deletions

View File

@@ -149,6 +149,7 @@ FAILING_EXAMPLES = [
"f'{'",
"f'{'",
"f'}'",
"f'{\"}'",
]
GLOBAL_NONLOCAL_ERROR = [