Skip to content

Commit

Permalink
Merge pull request #50 from Eclips4/test_cmd_line
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal authored Mar 24, 2023
2 parents c976007 + 108fade commit f1246db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_cmd_line_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ def test_syntaxerror_multi_line_fstring(self):
self.assertEqual(
stderr.splitlines()[-3:],
[
b' foo"""',
b' ^',
b' foo = f"""{}',
b' ^',
b'SyntaxError: f-string: empty expression not allowed',
],
)
Expand Down

0 comments on commit f1246db

Please sign in to comment.