1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-05 23:26:38 +02:00

unposted (cf. 48156): New test.

This commit is contained in:
Daniel Shahaf 2021-04-21 21:58:08 +00:00
parent 9353b12e99
commit e7711e37e4
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2021-04-21 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted (cf. 48156): Test/Z02zmathfunc.ztst: New test.
* users/26635 (tweaked):
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: vcs_info hg:
Compute the branch name correctly when get-revision is set and

View File

@ -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