summaryrefslogtreecommitdiffstats
path: root/tests/search/t0012.good
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-07-18 19:08:55 +0200
committerpgen <p.gen.progs@gmail.com>2018-07-18 19:08:55 +0200
commit33740039a2f3e9a24e0e83c0e8a959a69f874558 (patch)
treef59c7ca1ee144d44d724b29e8aac4b0ca74c9c76 /tests/search/t0012.good
parente797a36d9f21074ef8617638bedbad9e123589c7 (diff)
Add some tests in the search section
Diffstat (limited to 'tests/search/t0012.good')
-rw-r--r--tests/search/t0012.good11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/search/t0012.good b/tests/search/t0012.good
new file mode 100644
index 0000000..faad746
--- /dev/null
+++ b/tests/search/t0012.good
@@ -0,0 +1,11 @@
+$ OUT=$(smenu -T, t0012.in)
+
+abc ab ab abcabc bca ba bac
+0:0423 1:04 2:0423 10:23 12:23 17:07 18:07 19:07 24:04 25:0423 26:0423
+$
+
+$ echo ":$OUT:"
+
+:abc,bac:
+
+$ exit 0