mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
17432: typeset test, typeset shows base for integer
This commit is contained in:
parent
363079af76
commit
31d6ad578b
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user