diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-02 18:43:19 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-11-02 18:43:19 +0000 |
commit | d8207acddbd1ad5e9339115f7b7bf09820b98c5a (patch) | |
tree | 710aa94ec2ee2d06bedd341d0e546d0301af4c03 /Test/D04parameter.ztst | |
parent | d94e67d6fd182860dca7580edc151315c048f6d7 (diff) | |
download | zsh-d8207acddbd1ad5e9339115f7b7bf09820b98c5a.tar.gz zsh-d8207acddbd1ad5e9339115f7b7bf09820b98c5a.tar.xz zsh-d8207acddbd1ad5e9339115f7b7bf09820b98c5a.zip |
22952: fix some argument delimiters to work with multibyte characters
Diffstat (limited to 'Test/D04parameter.ztst')
-rw-r--r-- | Test/D04parameter.ztst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Test/D04parameter.ztst b/Test/D04parameter.ztst index 57147d53e..ce5898f88 100644 --- a/Test/D04parameter.ztst +++ b/Test/D04parameter.ztst @@ -867,3 +867,17 @@ >andsomekept >andsomekept + file=/one/two/three/four + print ${file:fh} + print ${file:F.1.h} + print ${file:F+2+h} + print ${file:F(3)h} + print ${file:F<4>h} + print ${file:F{5}h} +0:Modifiers with repetition +>/ +>/one/two/three +>/one/two +>/one +>/ +>/ |