Fix an issue that created an endless loop.

This commit is contained in:
Dave Halter
2017-08-26 03:08:10 +02:00
parent ede8a2139f
commit 8a448303d1
2 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ FAILING_EXAMPLES = [
# f-strings
'f"{}"',
'f"{\\}"',
#'f"{\'\\\'}"',
'f"{\'\\\'}"',
'f"{#}"',
]