##// END OF EJS Templates
Update test_magic.py
Quentin Peter -
Show More
@@ -604,7 +604,7 b' def test_debug_magic():'
604 604 """Test debugging a small code with %debug
605 605
606 606 In [1]: with PdbTestInput(['c']):
607 ...: %debug print("a b")
607 ...: %debug print("a b") #doctest: +ELLIPSIS
608 608 ...:
609 609 ...
610 610 ipdb> c
General Comments 0
You need to be logged in to leave comments. Login now