mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
unposted: Add a test for 43546.
This commit is contained in:
parent
a75b47973d
commit
64a26b2091
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-09-25 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* unposted: Test/B02typeset.ztst: Add a test for 43546.
|
||||
|
||||
2018-09-25 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Stephane: 43546: "typeset -p" should show presence of -U
|
||||
|
|
|
@ -819,3 +819,8 @@
|
|||
> [one]=two
|
||||
> [three]=''
|
||||
>)
|
||||
|
||||
(typeset -a -U foo=(bar bar)
|
||||
typeset -p foo)
|
||||
0:typeset -p of typeset -U
|
||||
>typeset -aU foo=( bar )
|
||||
|
|
Loading…
Reference in a new issue