summaryrefslogtreecommitdiffstats
path: root/tests/scrolling/t0002.good
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-05-11 15:52:00 +0200
committerpgen <p.gen.progs@gmail.com>2018-05-11 17:37:28 +0200
commitb1dcb7e0487b48eedd140385428ae8dafd5ec564 (patch)
tree010edc40219b63f3867857370ed62c425f15bded /tests/scrolling/t0002.good
parent95c9eb53593c554ff443cb94a220062b6e36bb31 (diff)
Add the first roll of an automated testing system.
Diffstat (limited to 'tests/scrolling/t0002.good')
-rw-r--r--tests/scrolling/t0002.good17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/scrolling/t0002.good b/tests/scrolling/t0002.good
new file mode 100644
index 0000000..f61747d
--- /dev/null
+++ b/tests/scrolling/t0002.good
@@ -0,0 +1,17 @@
+$ OUT=$(LC_ALL=en_US smenu -n 4 -l t0002.in)
+
+1 2 3 4 5 \
+6:07 16:20
+6 7 8 9 10 +
+16:20
+11 12 13 14 15 |
+16:20
+16 17 18 19 20 v
+16:20
+$
+
+$ echo ":$OUT:"
+
+:4:
+
+$ exit 0