From b0ca393c4729decf4c74c23613827eb65333b898 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 17 Aug 2005 23:45:31 +0000 Subject: 21655: bug in ${..//../${..//../..}} --- Test/D04parameter.ztst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Test/D04parameter.ztst') diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 7f2ed4670..7a6254300 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -604,3 +604,11 @@ print "${${foo}/?*/replacement}" 0:Quoted zero-length strings are handled properly > + + file=aleftkept + print ${file//(#b)(*)left/${match/a/andsome}} + print ${file//(#b)(*)left/${match//a/andsome}} +0:Substitutions where $match is itself substituted in the replacement +>andsomekept +>andsomekept + -- cgit 1.4.1