Skip to content

Commit

Permalink
Change a test, because it doesn't really matter
Browse files Browse the repository at this point in the history
The test had changed behavior for Python 3.8, a syntax error of:

SyntaxError: unexpected EOF while parsing

instead of

SyntaxError: invalid syntax
  • Loading branch information
davidhalter committed Jun 2, 2019
1 parent 6cdd47f commit 5430415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/failing_examples.py
Expand Up @@ -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\"\" \"\"}'",
]

Expand Down

0 comments on commit 5430415

Please sign in to comment.