From f90dbf36749af04aa8f946d5922feacd47cb0fa5 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 23 May 2025 04:20:06 -0500 Subject: 53671: hist: untokenise input to :A and :P --- Test/D02glob.ztst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Test') diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index 24494d274..1526b6191 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -707,6 +707,10 @@ 0:modifier ':P' with path too long >16001 + print -r ${${:-/a-b=c}:P} +0:modifier ':P' with tokenised input +>/a-b=c + foo=a value="ac" print ${value//[${foo}b-z]/x}