diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Test/B02typeset.ztst | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 85364d06d..33c5a01ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-07-05 Peter Stephenson <pws@csr.com> + * 17432: Test/B02typeset.ztst: change consequent on 17334 + spotted by Bart: `typeset' outputs base for integer. + * 17414: Doc/Zsh/contrib.yo, Functions/Zle/narrow-to-region: allow narrow-to-region to save and restore state, a bit like save-restriction in emacs only completely different. diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index 2dc015d31..04b98ac96 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -148,7 +148,7 @@ print $f 0:Conversion of floating point to integer >float local f ->integer local f +>integer 2 local f >2#11 typeset -f |