summaryrefslogtreecommitdiffstats
path: root/tests/tagging/t0014.good
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tagging/t0014.good')
-rw-r--r--tests/tagging/t0014.good15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/tagging/t0014.good b/tests/tagging/t0014.good
new file mode 100644
index 0000000..904ec66
--- /dev/null
+++ b/tests/tagging/t0014.good
@@ -0,0 +1,15 @@
+$ OUT=$(smenu -c -P -N'b|d|g' -- t0014.in)
+
+ a 1) b c 2) d
+7:01 8:01 9:01 10:01 21:01 22:01 23:01 24:01
+ e f 3) g h
+12:07 14:01 15:01 16:01 17:01 26:04
+ u j k l
+5:04
+$
+
+$ echo ":$OUT:"
+
+:u h:
+
+$ exit 0