summaryrefslogtreecommitdiffstats
path: root/tests/search/t0003.good
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-07-05 22:26:53 +0200
committerpgen <p.gen.progs@gmail.com>2018-07-11 22:30:43 +0200
commit83a08732473a628a44b7e6f0eea55df870dd08fc (patch)
treef6e76b140b2e37a5f62f4db56e4dccc35eb93855 /tests/search/t0003.good
parent19e771567855ba9f9f157e686ee780d4fda23cff (diff)
Add missing prototypes and some search tests
Diffstat (limited to 'tests/search/t0003.good')
-rw-r--r--tests/search/t0003.good11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/search/t0003.good b/tests/search/t0003.good
new file mode 100644
index 0000000..ff66f45
--- /dev/null
+++ b/tests/search/t0003.good
@@ -0,0 +1,11 @@
+$ OUT=$(smenu t0003.in)
+
+abc ab ab abcabc bca ba bac
+0:07 1:0722 2:0722 11:22 12:22 17:22 18:22 24:22 26:22
+$
+
+$ echo ":$OUT:"
+
+:abc:
+
+$ exit 0