diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D03procsubst.ztst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Test/D03procsubst.ztst b/Test/D03procsubst.ztst index 07ec63996..7b8758901 100644 --- a/Test/D03procsubst.ztst +++ b/Test/D03procsubst.ztst @@ -121,3 +121,8 @@ eval 'foo echo this is bound to work)' 0:backtacking within command string parsing with alias still pending >this is bound to work + + alias foo='cat <( print' + eval 'foo here is some output)' +0:full alias expanded when substitution starts in alias +>here is some output |