summaryrefslogtreecommitdiffstats
path: root/tests/rows_cols_in-ex-clusions
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-07-11 00:01:58 +0200
committerpgen <p.gen.progs@gmail.com>2018-07-11 22:30:43 +0200
commitd06c1b45432dc8f41b6bb60b47eeba33f6e1bc27 (patch)
tree72f1474de5d8e4db4b2ac3cf6d4ce73705d21ebb /tests/rows_cols_in-ex-clusions
parentf7f67e5c1f444de2277b611a60f038d527930c8c (diff)
Fix the color mechanism
Diffstat (limited to 'tests/rows_cols_in-ex-clusions')
-rw-r--r--tests/rows_cols_in-ex-clusions/t0001.good6
-rw-r--r--tests/rows_cols_in-ex-clusions/t0002.good4
-rw-r--r--tests/rows_cols_in-ex-clusions/t0003.good4
3 files changed, 7 insertions, 7 deletions
diff --git a/tests/rows_cols_in-ex-clusions/t0001.good b/tests/rows_cols_in-ex-clusions/t0001.good
index 29e6d8e..e0ba6a3 100644
--- a/tests/rows_cols_in-ex-clusions/t0001.good
+++ b/tests/rows_cols_in-ex-clusions/t0001.good
@@ -1,17 +1,17 @@
$ OUT=$(smenu -n 6 -R2,3 -R5 t0001.in)
1 2 3 4 5
-0:22 2:22 4:22 6:22 8:22
+0:24 2:24 4:24 6:24 8:24
6 7 8 9 10
4:07
11 12 13 14 15
16 17 18 19 20
-0:22 1:22 3:22 4:22 6:22 7:22 9:22 10:22 12:22 13:22
+0:24 1:24 3:24 4:24 6:24 7:24 9:24 10:24 12:24 13:24
21 22 23
24 25
-0:22 1:22 3:22 4:22
+0:24 1:24 3:24 4:24
$
$ echo ":$OUT:"
diff --git a/tests/rows_cols_in-ex-clusions/t0002.good b/tests/rows_cols_in-ex-clusions/t0002.good
index 760b275..6087448 100644
--- a/tests/rows_cols_in-ex-clusions/t0002.good
+++ b/tests/rows_cols_in-ex-clusions/t0002.good
@@ -3,7 +3,7 @@ $ OUT=$(smenu -n 6 -R3-5 -R1 t0002.in)
1 2 3 4 5
6 7 8 9 10
-0:22 2:22 4:22 6:22 8:22 9:22
+0:24 2:24 4:24 6:24 8:24 9:24
11 12 13 14 15
3:07 4:07
16 17 18 19 20
@@ -11,7 +11,7 @@ $ OUT=$(smenu -n 6 -R3-5 -R1 t0002.in)
21 22 23
24 25
-0:22 1:22 3:22 4:22
+0:24 1:24 3:24 4:24
$
$ echo ":$OUT:"
diff --git a/tests/rows_cols_in-ex-clusions/t0003.good b/tests/rows_cols_in-ex-clusions/t0003.good
index 9abe369..5a60fc3 100644
--- a/tests/rows_cols_in-ex-clusions/t0003.good
+++ b/tests/rows_cols_in-ex-clusions/t0003.good
@@ -3,7 +3,7 @@ $ OUT=$(smenu -n 6 -R3-5,1 t0003.in)
1 2 3 4 5
6 7 8 9 10
-0:22 2:22 4:22 6:22 8:22 9:22
+0:24 2:24 4:24 6:24 8:24 9:24
11 12 13 14 15
3:07 4:07
16 17 18 19 20
@@ -11,7 +11,7 @@ $ OUT=$(smenu -n 6 -R3-5,1 t0003.in)
21 22 23
24 25
-0:22 1:22 3:22 4:22
+0:24 1:24 3:24 4:24
$
$ echo ":$OUT:"