summaryrefslogtreecommitdiffstats
path: root/tests/do_not_trim_selection/t0002.good
diff options
context:
space:
mode:
Diffstat (limited to 'tests/do_not_trim_selection/t0002.good')
-rw-r--r--tests/do_not_trim_selection/t0002.good11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/do_not_trim_selection/t0002.good b/tests/do_not_trim_selection/t0002.good
new file mode 100644
index 0000000..6fac99f
--- /dev/null
+++ b/tests/do_not_trim_selection/t0002.good
@@ -0,0 +1,11 @@
+$ OUT=$(smenu -k t0002.in)
+
+ 1 2 3 4 5 6
+5:07 6:07 7:07 8:07
+$
+
+$ echo ":$OUT:"
+
+:3 4 :
+
+$ exit 0