summaryrefslogtreecommitdiffstats
path: root/tests/search/t0026.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/t0026.good
parentf07e9d15916ac14721c9819c6d245a28f685f42b (diff)
Add tests in the search tests directory
Diffstat (limited to 'tests/search/t0026.good')
-rw-r--r--tests/search/t0026.good11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/search/t0026.good b/tests/search/t0026.good
new file mode 100644
index 0000000..5c1751a
--- /dev/null
+++ b/tests/search/t0026.good
@@ -0,0 +1,11 @@
+$ OUT=$(smenu -n 0 -N -- t0026.in)
+
+ 1) ab 2) ababab 3) abxab 4) abab 5) abab 6) abab
+0:01 1:01 2:01 4:0723 5:0723 7:01 8:01 9:01 15:23 16:23 18:01 19:01 20:01 25:23 26:23 28:01 29:01 30:01 35:23 36:23 38:01 39:01 40:01 48:01 49:01 50:01
+$
+
+$ echo ":$OUT:"
+
+:ab:
+
+$ exit 0