Skip to content

Commit

Permalink
Merge pull request #22 from gap-packages/mh/fix-tests
Browse files Browse the repository at this point in the history
Remove test failing in latest GAP master
  • Loading branch information
cdwensley committed Jun 2, 2024
2 parents 43dd660 + 94a89f5 commit 0509fc4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions doc/rws.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,6 @@ For <C>q8</C> this list is
</ManSection>
<Example>
<![CDATA[
gap> elq8 := Elements( q8 );
[ <identity ...>, f1, f1^3, f2, f1^2*f2, f1^2, f1*f2, f1^3*f2 ]
gap> elmq8 := ElementsOfMonoidPresentation( q8 );;
gap> PrintLnUsingLabels( elmq8, genfmq8, q8labs );
[ id, a, b, A, B, a^2, a*b, a*B ]
Expand Down
2 changes: 0 additions & 2 deletions tst/rws.tst
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ gap> PrintLnUsingLabels( q3, genfmq8, q8labs );
[ B*A, a*B ], [ B^2, a^2 ], [ a^3, A ], [ a^2*b, B ], [ a^2*B, b ] ]

## Example 2.3.1
gap> elq8 := Elements( q8 );
[ <identity ...>, f1, f1^3, f2, f1^2*f2, f1^2, f1*f2, f1^3*f2 ]
gap> elmq8 := ElementsOfMonoidPresentation( q8 );;
gap> PrintLnUsingLabels( elmq8, genfmq8, q8labs );
[ id, a, b, A, B, a^2, a*b, a*B ]
Expand Down

0 comments on commit 0509fc4

Please sign in to comment.