Skip to content

Commit

Permalink
Fix test (and rebase)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed May 13, 2020
1 parent ea1c6f2 commit 72e5b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_cmd_line_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def test_syntaxerror_multi_line_fstring(self):
stderr.splitlines()[-3:],
[
b' foo"""',
b' ^',
b' ^',
b'SyntaxError: f-string: empty expression not allowed',
],
)
Expand Down

0 comments on commit 72e5b93

Please sign in to comment.