Skip to content

Commit

Permalink
sagemathgh-37624: test gap3 with gap3, not gap (gap4)
Browse files Browse the repository at this point in the history
    
this fixes a long-standing bug in testing gap3 code, pointed out in
sagemath#37616
    
URL: sagemath#37624
Reported by: Dima Pasechnik
Reviewer(s): Gonzalo Tornaría
  • Loading branch information
Release Manager committed Mar 29, 2024
2 parents 501ed25 + b394948 commit ba2e326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/interfaces/gap3.py
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@ def _latex_(self):
r"""
EXAMPLES::
sage: s = gap("[[1,2], [3/4, 5/6]]")
sage: # optional - gap3
sage: s = gap3("[[1,2], [3/4, 5/6]]")
sage: s._latex_()
'\\left(\\begin{array}{rr} 1&2\\\\ 3/4&\\frac{5}{6}\\\\ \\end{array}\\right)'
sage: latex(s)
Expand Down

0 comments on commit ba2e326

Please sign in to comment.