Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test
  • Loading branch information
gaogaotiantian committed Mar 26, 2023
commit 9a9762a717e4bc1ae0b412efa53f035d0f94db25
2 changes: 1 addition & 1 deletion Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def test_pdb_display_command():
> <doctest test.test_pdb.test_pdb_display_command[0]>(4)test_function()
-> a = 1
(Pdb) display +
Unable to display "+": SyntaxError
Unable to display +: ** raised SyntaxError: invalid syntax **
(Pdb) display
No expression is being displayed
(Pdb) display a
Expand Down