diff options
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 |