Skip to content

Commit

Permalink
Test file
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Nov 1, 2024
1 parent 2729028 commit c4352c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tst/testbugfix/2024-Halloween-IsomorphismFp.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Fix for bug in IsomorphismFp
# reported by Andries Brouwer, 10/31/24

gap> G:=PSL(3,7);;
gap> maxes := MaximalSubgroupClassReps(G);;
gap> maxes1 := MaximalSubgroupClassReps(maxes[1]);;
gap> maxes12:= maxes1[2];;
gap> StructureDescription(maxes12:short);;

0 comments on commit c4352c3

Please sign in to comment.