diff --git a/test/failing_examples.py b/test/failing_examples.py index 71629dad..c15cbf81 100644 --- a/test/failing_examples.py +++ b/test/failing_examples.py @@ -146,7 +146,7 @@ def build_nested(code, depth, base='def f():\n'): # Now nested parsing "f'{continue}'", "f'{1;1}'", - "f'{a*=3}'", + "f'{a;}'", "f'{b\"\" \"\"}'", ]