summaryrefslogtreecommitdiffstats
path: root/tests/search/t0027.good
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-09-27 23:21:54 +0200
committerpgen <p.gen.progs@gmail.com>2018-10-01 19:36:56 +0200
commit535a392b90d450da1ea19a50f5ff1f8c6c11420c (patch)
treeabb254dd398ec84845eebf4fb33a81cf771cf421 /tests/search/t0027.good
parentf07e9d15916ac14721c9819c6d245a28f685f42b (diff)
Add tests in the search tests directory
Diffstat (limited to 'tests/search/t0027.good')
-rw-r--r--tests/search/t0027.good21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/search/t0027.good b/tests/search/t0027.good
new file mode 100644
index 0000000..8b41e1c
--- /dev/null
+++ b/tests/search/t0027.good
@@ -0,0 +1,21 @@
+$ OUT=$(smenu -n 0 -N -c t0026.in)
+
+ 1) ab
+0:01 1:01 2:01 4:23 5:23
+ 2) ababab
+0:01 1:01 2:01 4:07 5:07 6:07 7:07 8:0723 9:0723
+ 3) abxab
+0:01 1:01 2:01 7:23 8:23
+ 4) abab
+0:01 1:01 2:01 7:23 8:23
+ 5) abab
+0:01 1:01 2:01
+ 6) abab
+0:01 1:01 2:01
+$
+
+$ echo ":$OUT:"
+
+:ababab:
+
+$ exit 0