Fix a few fstring error gatherings

This commit is contained in:
Dave Halter
2018-04-06 09:50:07 +02:00
parent a3e280c2b9
commit 9d2ce4bcd4
5 changed files with 36 additions and 4 deletions

View File

@@ -141,7 +141,7 @@ FAILING_EXAMPLES = [
# f-strings
'f"{}"',
'f"{\\}"',
r'f"{\}"',
'f"{\'\\\'}"',
'f"{#}"',
"f'{1!b}'",