summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2020-07-27 23:00:12 +0200
committerpgen <p.gen.progs@gmail.com>2020-07-28 14:09:25 +0200
commit32f1d29575a6578b26cab4ff8e1e1d61304a3e65 (patch)
treee9bc1000fa56f8585b2036a2746c75ac1a78c75c /tests
parent7132e19fe040c7c0baff3467da0f55264b75478d (diff)
Add a sub-option m to -D
The purpose is to control the numbering of entries with missing embedded numbers when -F is used. Also make sure that -D is evaluated before -F, -U and -N and -F before -U and -N. Update and correct the manual accordingly. Fix a test now that -N and -U accept multiple arguments.
Diffstat (limited to 'tests')
-rw-r--r--tests/tagging/t0013.good2
-rw-r--r--tests/tagging/t0013.tst2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/tagging/t0013.good b/tests/tagging/t0013.good
index a1811ec..0a8dea1 100644
--- a/tests/tagging/t0013.good
+++ b/tests/tagging/t0013.good
@@ -1,4 +1,4 @@
-$ OUT=$(smenu -c -P -N'b|d|g' t0013.in)
+$ OUT=$(smenu -c -P -N'b|d|g' -- t0013.in)
a 1) b c 2) d
7:01 8:01 9:01 10:01 21:01 22:01 23:01 24:01
diff --git a/tests/tagging/t0013.tst b/tests/tagging/t0013.tst
index 6ddd72c..8d080bc 100644
--- a/tests/tagging/t0013.tst
+++ b/tests/tagging/t0013.tst
@@ -1,4 +1,4 @@
-\S[150]\s[10]OUT=$(smenu -c -P -N'b|d|g' t0013.in)
+\S[150]\s[10]OUT=$(smenu -c -P -N'b|d|g' -- t0013.in)
\S[150]\s[150]jjththth\r
\S[150]\s[10]echo ":$\s[10]OUT:"
exit 0