1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-06-01 12:56:04 +02:00

unposted addition to 25144 for tests

This commit is contained in:
Peter Stephenson 2008-06-10 09:13:01 +00:00
parent 1c29f641c6
commit fe3884ba08
2 changed files with 3 additions and 3 deletions

View File

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

View File

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