diff --git a/PackageInfo.g b/PackageInfo.g index 8e43eae..3d50f3e 100644 --- a/PackageInfo.g +++ b/PackageInfo.g @@ -1,8 +1,8 @@ SetPackageInfo( rec( PackageName := "YangBaxter", Subtitle := "Combinatorial Solutions for the Yang-Baxter equation", -Version := "0.10.0", -Date := "29/04/2022", # dd/mm/yyyy format +Version := "0.10.1", +Date := "14/08/2022", # dd/mm/yyyy format License := "GPL-3.0", PackageWWWHome := diff --git a/tst/yangbaxter01.tst b/tst/yangbaxter01.tst index 5102229..8f2cdda 100644 --- a/tst/yangbaxter01.tst +++ b/tst/yangbaxter01.tst @@ -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( "yangbaxter01.tst"); +gap> START_TEST("yangbaxter01.tst"); # doc/_Chapter_Preliminaries.xml:43-48 gap> Skewbrace([[(),()]]); @@ -114,4 +114,4 @@ gap> IdSkewbrace(DirectProduct(A,B)); [ 12, 11 ] # -gap> STOP_TEST("yangbaxter01.tst", 1 ); +gap> STOP_TEST("yangbaxter01.tst", 1); diff --git a/tst/yangbaxter02.tst b/tst/yangbaxter02.tst index a788d94..5d45603 100644 --- a/tst/yangbaxter02.tst +++ b/tst/yangbaxter02.tst @@ -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( "yangbaxter02.tst"); +gap> START_TEST("yangbaxter02.tst"); # doc/_Chapter_Algebraic_Properties_of_Braces.xml:18-22 gap> rg := SmallRing(8,10);; @@ -109,4 +109,4 @@ gap> Display(gens[1]); [ 0, 0, 0, 0, 0, 1 ] ] # -gap> STOP_TEST("yangbaxter02.tst", 1 ); +gap> STOP_TEST("yangbaxter02.tst", 1); diff --git a/tst/yangbaxter03.tst b/tst/yangbaxter03.tst index 82bea24..6efee3f 100644 --- a/tst/yangbaxter03.tst +++ b/tst/yangbaxter03.tst @@ -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( "yangbaxter03.tst"); +gap> START_TEST("yangbaxter03.tst"); # doc/_Chapter_Ideals_and_left_ideals.xml:40-49 gap> br := SmallBrace(8,4); @@ -198,4 +198,4 @@ gap> IsSolvable(br); false # -gap> STOP_TEST("yangbaxter03.tst", 1 ); +gap> STOP_TEST("yangbaxter03.tst", 1);