Skip to content

Commit 9bba20e

Browse files
committed
sagemath: fix doctest for ipython 9.12
1 parent 149824f commit 9bba20e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/src/sage/doctest/test.py b/src/sage/doctest/test.py
2+
index 8e7ecac8bbe..7831de313cc 100644
3+
--- a/src/sage/doctest/test.py
4+
+++ b/src/sage/doctest/test.py
5+
@@ -469,6 +469,7 @@ Test the ``--debug`` option::
6+
s...: b = 5
7+
s...: a + b
8+
8
9+
+ ...
10+
sage:
11+
<BLANKLINE>
12+
Returning to doctests...

0 commit comments

Comments
 (0)