Skip to content

Commit

Permalink
REBASE: avoid warning messages in example
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke committed Jan 13, 2020
1 parent 9701280 commit d66a27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/testbugfix/2020-01-13-wordprint.tst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Assoc. word printing, #3845
gap> f:=FreeGroup("x","y");;AssignGeneratorVariables(f);
gap> f:=FreeGroup("x","y");;x:=f.1;;y:=f.2;;
gap> y^4*(y^2*(y*x)^2)^2*y^-7*x*y^16;
y^4*(y^2*(y*x)^2)^2*y^-7*x*y^16

0 comments on commit d66a27f

Please sign in to comment.