From 2afdb3985aae08403e1e5ab6193cd67c695b6e2b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 2 Jul 2015 10:01:42 +0100 Subject: 35668: Improved fix for command/proc subst starting in alias. Use input flag to suppress the unwanted backtracking. Add test for the extra case covered. --- Test/D03procsubst.ztst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Test') 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 -- cgit 1.4.1