summaryrefslogtreecommitdiffstats
path: root/tests/tabulating_mode/t0011.good
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tabulating_mode/t0011.good')
-rw-r--r--tests/tabulating_mode/t0011.good19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/tabulating_mode/t0011.good b/tests/tabulating_mode/t0011.good
new file mode 100644
index 0000000..e99e519
--- /dev/null
+++ b/tests/tabulating_mode/t0011.good
@@ -0,0 +1,19 @@
+$ OUT=$(smenu -tab 5 --line-delimiters 6 t0011.in)
+
+1 2 3 4 5 ┐
+16:20
+7 8 9 10 11 │
+16:20
+12 13 14 1 2 ║
+16:20
+3 4 5 │
+16:20
+7 8 9 10 11 ▼
+3:07 4:07 16:20
+$
+
+$ echo ":$OUT:"
+
+:8:
+
+$ exit 0