Skip to content

Commit f1246db

Browse files
authored
Merge pull request python#50 from Eclips4/test_cmd_line
2 parents c976007 + 108fade commit f1246db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,8 @@ def test_syntaxerror_multi_line_fstring(self):
636636
self.assertEqual(
637637
stderr.splitlines()[-3:],
638638
[
639-
b' foo"""',
640-
b' ^',
639+
b' foo = f"""{}',
640+
b' ^',
641641
b'SyntaxError: f-string: empty expression not allowed',
642642
],
643643
)

0 commit comments

Comments
 (0)