Skip to content

Commit

Permalink
update tst files before release
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonidPryadko committed Jan 15, 2024
1 parent 838e834 commit d2ffcad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tst/qdistrnd01.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST( "qdistrnd01.tst");
gap> START_TEST("qdistrnd01.tst");

# doc/_Chapter_Examples.xml:20-37
gap> q:=3;; F:=GF(q);;
Expand Down Expand Up @@ -50,4 +50,4 @@ gap> DistRandCSS(GX,GZ,100,1,2:field:=GF(2));
5

#
gap> STOP_TEST("qdistrnd01.tst", 1 );
gap> STOP_TEST("qdistrnd01.tst", 1);
4 changes: 2 additions & 2 deletions tst/qdistrnd02.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST( "qdistrnd02.tst");
gap> START_TEST("qdistrnd02.tst");

# doc/_Chapter_AllFunctions.xml:125-131
gap> F:=GF(5);;
Expand Down Expand Up @@ -62,4 +62,4 @@ gap> QDR_ParsePolyStr(GF(25),"x^2+1");
x^2+Z(5)^0

#
gap> STOP_TEST("qdistrnd02.tst", 1 );
gap> STOP_TEST("qdistrnd02.tst", 1);
4 changes: 2 additions & 2 deletions tst/qdistrnd03.tst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# taken. Note that the XML file in turn may have been generated by AutoDoc
# from some other input.
#
gap> START_TEST( "qdistrnd03.tst");
gap> START_TEST("qdistrnd03.tst");

# doc/_Chapter_FileFormat.xml:344-351
gap> filedir:=DirectoriesPackageLibrary("QDistRnd","matrices");;
Expand All @@ -32,4 +32,4 @@ gap> dist:=DistRandStab(lis[3],100,0,2 : field:=lis[1]);
3

#
gap> STOP_TEST("qdistrnd03.tst", 1 );
gap> STOP_TEST("qdistrnd03.tst", 1);

0 comments on commit d2ffcad

Please sign in to comment.