summaryrefslogtreecommitdiffstats
path: root/Test
diff options
context:
space:
mode:
authordana <dana@dana.is>2025-05-23 04:20:06 -0500
committerdana <dana@dana.is>2025-11-16 12:57:27 -0600
commitf90dbf36749af04aa8f946d5922feacd47cb0fa5 (patch)
tree9c61f72bb9c0b16f37c53a9b954f56a373db1f6c /Test
parent53578 (tweaked): silence gcc warnings (diff)
downloadzsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.tar
zsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.tar.gz
zsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.tar.bz2
zsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.tar.lz
zsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.tar.xz
zsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.tar.zst
zsh-f90dbf36749af04aa8f946d5922feacd47cb0fa5.zip
53671: hist: untokenise input to :A and :P
Diffstat (limited to 'Test')
-rw-r--r--Test/D02glob.ztst4
1 files changed, 4 insertions, 0 deletions
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}