Add conversion issues.

This commit is contained in:
Dave Halter
2017-08-26 03:13:59 +02:00
parent 8a448303d1
commit 7d4aa755a5
2 changed files with 9 additions and 3 deletions

View File

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