Skip to content

Commit bfd5d2a

Browse files
authored
Merge pull request #23 from gap-packages/mh/tst-whitespace
Fix whitespace issues in a .tst file
2 parents fa301ea + 142ea21 commit bfd5d2a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

tst/yes_normaliz.tst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ gap> HeLP_Solver("normaliz");;
33

44
gap> OldHeLPInfoLevel := InfoLevel(HeLP_Info);;
55
gap> SetInfoLevel(HeLP_Info, 1);
6-
gap> G := AlternatingGroup(5);;
76

7+
#
88
gap> HeLP_ZC(CyclicGroup(6));
99
#I Since the given group is nilpotent the Zassenhaus Conjecture holds by a result of Al Weiss.
1010
true
1111

12+
#
13+
gap> G := AlternatingGroup(5);;
1214
gap> HeLP_ZC(G);
13-
true
15+
true
16+
17+
#
1418
gap> C := CharacterTable("A5");;
1519
gap> HeLP_ZC(C);
16-
true
20+
true
1721
gap> List(HeLP_sol, x -> Set(x));
1822
[ [ [ [ 1 ] ] ], [ [ [ 1 ] ] ], [ [ [ 1 ] ] ],,
1923
[ [ [ 0, 1 ] ], [ [ 1, 0 ] ] ], [ ],,,, [ ],,,,, [ ],,,,,,,,,,,,,,, [ ]

0 commit comments

Comments
 (0)