Skip to content

Commit

Permalink
Fix empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian committed Jun 23, 2024
1 parent 5b0cf9b commit 98ec822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,14 +467,14 @@ def test_pdb_empty_line():
-> pass
(Pdb) p x
1
(Pdb)
(Pdb)
1
(Pdb) n ;; p 0 ;; p x
0
1
> <doctest test.test_pdb.test_pdb_empty_line[0]>(5)test_function()
-> y = 2
(Pdb)
(Pdb)
1
(Pdb) continue
"""
Expand Down

0 comments on commit 98ec822

Please sign in to comment.