diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D04parameter.ztst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 1035fd49b..13a7af2e4 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -226,10 +226,12 @@ foo="boring*" print ${foo+$foo} print ${foo+"$foo"} + print ${~foo+"$foo"} ) 0:globsubst together with nested quoted expansion >boringfile >boring* +>boringfile print -l "${$(print one word)}" "${=$(print two words)}" 0:splitting of $(...) inside ${...} |