Skip to content

Commit ba2e326

Browse files
author
Release Manager
committed
gh-37624: test gap3 with gap3, not gap (gap4) this fixes a long-standing bug in testing gap3 code, pointed out in #37616 URL: #37624 Reported by: Dima Pasechnik Reviewer(s): Gonzalo Tornaría
2 parents 501ed25 + b394948 commit ba2e326

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/interfaces/gap3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@ def _latex_(self):
752752
r"""
753753
EXAMPLES::
754754
755-
sage: s = gap("[[1,2], [3/4, 5/6]]")
755+
sage: # optional - gap3
756+
sage: s = gap3("[[1,2], [3/4, 5/6]]")
756757
sage: s._latex_()
757758
'\\left(\\begin{array}{rr} 1&2\\\\ 3/4&\\frac{5}{6}\\\\ \\end{array}\\right)'
758759
sage: latex(s)

0 commit comments

Comments
 (0)