From a538cc836007d2dba63fc2a31853e342d03f5678 Mon Sep 17 00:00:00 2001 From: Hyeokjun Kwon <86776403+Jun2M@users.noreply.github.com> Date: Thu, 28 Mar 2024 19:03:32 +0000 Subject: [PATCH] Linting for tst --- tst/standard/ideals/ideals.tst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tst/standard/ideals/ideals.tst b/tst/standard/ideals/ideals.tst index 91e0ba58a..8544d6ca3 100644 --- a/tst/standard/ideals/ideals.tst +++ b/tst/standard/ideals/ideals.tst @@ -244,13 +244,13 @@ gap> I := SemigroupIdeal(S, gap> x := Matrix(IsBooleanMat, [[1, 0, 1], [0, 1, 0], [1, 0, 1]]);; gap> InversesOfSemigroupElement(I, x); [ Matrix(IsBooleanMat, [[0, 0, 0], [0, 1, 0], [0, 0, 1]]), - Matrix(IsBooleanMat, [[0, 0, 0], [0, 1, 0], [1, 0, 0]]), - Matrix(IsBooleanMat, [[0, 0, 0], [0, 1, 0], [1, 0, 1]]), - Matrix(IsBooleanMat, [[0, 0, 1], [0, 1, 0], [0, 0, 0]]), - Matrix(IsBooleanMat, [[0, 0, 1], [0, 1, 0], [0, 0, 1]]), - Matrix(IsBooleanMat, [[1, 0, 0], [0, 1, 0], [0, 0, 0]]), - Matrix(IsBooleanMat, [[1, 0, 0], [0, 1, 0], [1, 0, 0]]), - Matrix(IsBooleanMat, [[1, 0, 1], [0, 1, 0], [0, 0, 0]]), + Matrix(IsBooleanMat, [[0, 0, 0], [0, 1, 0], [1, 0, 0]]), + Matrix(IsBooleanMat, [[0, 0, 0], [0, 1, 0], [1, 0, 1]]), + Matrix(IsBooleanMat, [[0, 0, 1], [0, 1, 0], [0, 0, 0]]), + Matrix(IsBooleanMat, [[0, 0, 1], [0, 1, 0], [0, 0, 1]]), + Matrix(IsBooleanMat, [[1, 0, 0], [0, 1, 0], [0, 0, 0]]), + Matrix(IsBooleanMat, [[1, 0, 0], [0, 1, 0], [1, 0, 0]]), + Matrix(IsBooleanMat, [[1, 0, 1], [0, 1, 0], [0, 0, 0]]), Matrix(IsBooleanMat, [[1, 0, 1], [0, 1, 0], [1, 0, 1]]) ] # Test IsCommutativeSemigroup