mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
unposted (cf. 48156): New test.
This commit is contained in:
parent
9353b12e99
commit
e7711e37e4
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
2021-04-21 Daniel Shahaf <d.s@daniel.shahaf.name>
|
2021-04-21 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||||
|
|
||||||
|
* unposted (cf. 48156): Test/Z02zmathfunc.ztst: New test.
|
||||||
|
|
||||||
* users/26635 (tweaked):
|
* users/26635 (tweaked):
|
||||||
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: vcs_info hg:
|
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: vcs_info hg:
|
||||||
Compute the branch name correctly when get-revision is set and
|
Compute the branch name correctly when get-revision is set and
|
||||||
|
|
|
@ -43,5 +43,10 @@
|
||||||
1:error test for max()
|
1:error test for max()
|
||||||
?(eval):1: wrong number of arguments: 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
|
%clean
|
||||||
|
|
Loading…
Reference in a new issue