Skip to content

Commit

Permalink
address @wilfwilson's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBreuer committed May 14, 2021
1 parent 17cf2cf commit aa88b61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tst/testinstall/magma.tst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
gap> START_TEST( "magma.tst" );

#
gap> M:= MagmaByMultiplicationTable( [ [ 1, 1 ], [ 1, 1 ] ] );;
gap> IsGeneratorsOfMagmaWithInverses( Elements( M ) );
false

#
gap> STOP_TEST( "magma.tst" );

0 comments on commit aa88b61

Please sign in to comment.