mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
33332: test safer numeric import from environment
This commit is contained in:
parent
57252dc1e0
commit
fb707c0acb
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-10-02 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* 33332: Test/C01arith.ztst: test numeric import fix in 33276.
|
||||
|
||||
2014-10-02 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 33320 (cf. PWS 33311): Completion/Base/Completer/_expand_alias,
|
||||
|
|
|
@ -282,3 +282,7 @@
|
|||
print $(( [#_] (5. ** 10) / 16. ))
|
||||
0:Grouping output with underscores: floating point
|
||||
>610_351.562_5
|
||||
|
||||
env SHLVL=1+RANDOM $ZTST_testdir/../Src/zsh -f -c 'print $SHLVL'
|
||||
0:Imported integer functions are not evaluated
|
||||
>2
|
||||
|
|
Loading…
Reference in a new issue