mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
unposted addition to 25144 for tests
This commit is contained in:
parent
1c29f641c6
commit
fe3884ba08
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
2008-06-10 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 25144: Src/builtin.c, Src/math.c, Src/utils.c: report the
|
||||
supported bases on a base error.
|
||||
* 25144: Src/builtin.c, Src/math.c, Src/utils.c plus unposted
|
||||
C01arith.ztst: report the supported bases on a base error.
|
||||
|
||||
* 25143: Mikael: Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo,
|
||||
Doc/Zsh/compsys.yo, Doc/Zsh/func.yo, Doc/Zsh/grammar.yo,
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
|
||||
print $(( 37#z ))
|
||||
1:bases beyond 36 don't work
|
||||
?(eval):1: invalid base: 37
|
||||
?(eval):1: invalid base (must be 2 to 36 inclusive): 37
|
||||
|
||||
print $(( 3 + "fail" ))
|
||||
1:parse failure in arithmetic
|
||||
|
|
Loading…
Reference in a new issue