Skip to content

Commit

Permalink
Fixed test example changed by PR gap-system#880
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov authored and james-d-mitchell committed Aug 17, 2016
1 parent dae6c75 commit 206671e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/testinstall/semigrp.tst
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,8 @@ gap> S := Monoid(Transformation([1, 2, 3, 4, 5, 6, 7, 7, 7]),
> Transformation([4, 6, 6, 1, 2, 6, 7, 7, 7]));;
gap> IsInverseSemigroup(S);
true
gap> Size(S);
18
gap> S;
<inverse transformation monoid of size 18, degree 9 with 5 generators>

Expand Down

0 comments on commit 206671e

Please sign in to comment.