diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-10 09:13:01 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-06-10 09:13:01 +0000 |
commit | fe3884ba08498fb6bbfc15c04114d54e54e74e95 (patch) | |
tree | bb1e536c54be46bfcff407021709534d57f53ee7 | |
parent | 1c29f641c6276b0bcb1db17a7d64dbb5cad50382 (diff) | |
download | zsh-fe3884ba08498fb6bbfc15c04114d54e54e74e95.tar.gz zsh-fe3884ba08498fb6bbfc15c04114d54e54e74e95.tar.xz zsh-fe3884ba08498fb6bbfc15c04114d54e54e74e95.zip |
unposted addition to 25144 for tests
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Test/C01arith.ztst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index b7cc657c0..ee47e19ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 1a19ed398..4e3585fd4 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -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 |