diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2002-01-23 16:28:16 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-01-23 16:28:16 +0000 |
| commit | 8840ce7144ed8f28fa44f4f93d2c3cece85aa09c (patch) | |
| tree | 353db74b2f535420d27e7c54c17f2b6189b67995 | |
| parent | 16487: Src/glob.c: bug in 16486 when a qualifier in a set (diff) | |
| download | zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.tar zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.tar.gz zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.tar.bz2 zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.tar.lz zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.tar.xz zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.tar.zst zsh-8840ce7144ed8f28fa44f4f93d2c3cece85aa09c.zip | |
16489: Test/C01arith.ztst: default output for whole numbers
as floats now has `.' at the end, c.f. 16423.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Test/C01arith.ztst | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-01-23 Peter Stephenson <pws@csr.com> + + * 16489: Test/C01arith.ztst: default output for whole numbers + as floats now has `.' at the end, c.f. 16423. + 2002-01-22 Peter Stephenson <pws@csr.com> * 16487: Src/glob.c: bug in 16486 when a qualifier in a set diff --git a/Test/C01arith.ztst b/Test/C01arith.ztst index 80c8a5736..0492a20aa 100644 --- a/Test/C01arith.ztst +++ b/Test/C01arith.ztst @@ -16,7 +16,7 @@ print -- $(( rnd = there * 10000 )) # save rounding problems by converting to integer 0:basic floating point arithmetic ->31415 +>31415. print $(( 0x10 + 0X01 + 2#1010 )) 0:base input |
