about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-21 21:58:08 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-21 22:01:20 +0000
commite7711e37e4a85338a4717ca5791940bc64878afb (patch)
tree3af742b23507c0db1d48807ea0dcd0cfa3780d4f /Test
parent9353b12e99827b29b224e5860bcb94636558d01a (diff)
downloadzsh-e7711e37e4a85338a4717ca5791940bc64878afb.tar.gz
zsh-e7711e37e4a85338a4717ca5791940bc64878afb.tar.xz
zsh-e7711e37e4a85338a4717ca5791940bc64878afb.zip
unposted (cf. 48156): New test.
Diffstat (limited to 'Test')
-rw-r--r--Test/Z02zmathfunc.ztst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/Z02zmathfunc.ztst b/Test/Z02zmathfunc.ztst
index 343c10563..05e28c07a 100644
--- a/Test/Z02zmathfunc.ztst
+++ b/Test/Z02zmathfunc.ztst
@@ -43,5 +43,10 @@
 1:error test for max()
 ?(eval):1: wrong number of arguments: max()
 
+ zsh_math_func_min "foo bar" x y z
+2dDf:check errors from an unsupported use-case (workers/48156)
+F:Calling zsh_math_func_min directly isn't a supported use-case, but if it
+F:returns zero, something's probably wrong.
+
 
 %clean