Skip to content

Commit 72e5b93

Browse files
committed
Fix test (and rebase)
1 parent ea1c6f2 commit 72e5b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_cmd_line_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_syntaxerror_multi_line_fstring(self):
633633
stderr.splitlines()[-3:],
634634
[
635635
b' foo"""',
636-
b' ^',
636+
b' ^',
637637
b'SyntaxError: f-string: empty expression not allowed',
638638
],
639639
)

0 commit comments

Comments
 (0)