diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-21 18:49:12 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-04-21 18:49:12 +0000 |
commit | 219674c48b0956fe8ed9e6e6c795eeca90f41b5a (patch) | |
tree | ad3dbef61636d7888817cff3eb1850f693ffad79 /Test | |
parent | ed28d19b969ab0d6f7983f37e7700d1f70b512fb (diff) | |
download | zsh-219674c48b0956fe8ed9e6e6c795eeca90f41b5a.tar.gz zsh-219674c48b0956fe8ed9e6e6c795eeca90f41b5a.tar.xz zsh-219674c48b0956fe8ed9e6e6c795eeca90f41b5a.zip |
More parameter/subscript cleanup.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D06subscript.ztst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Test/D06subscript.ztst b/Test/D06subscript.ztst index 6438dc040..861202544 100644 --- a/Test/D06subscript.ztst +++ b/Test/D06subscript.ztst @@ -128,3 +128,11 @@ >obrack obrack >] ] >backcbrack + + print -R ${A[${A[(r)\\\\\\\\\]]}]::=zounds} + print -R ${A[${A[(r)\\\\\\\\\]]}]} + print -R $A[\\\\\]] +0:Associative array substitution-assignment with reverse pattern subscript key +>zounds +>zounds +>zounds |