diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2005-03-16 11:50:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2005-03-16 11:50:50 +0000 |
commit | 51ec0b8079ed19c107f2f7f1ab4326c488ee3198 (patch) | |
tree | 63be7747f5eda8f203cd1ceddf6c9ce3366c9c5c /Test | |
parent | 31aaabe1bc1ad32c7761dd8eb626b4efe77b01bb (diff) | |
download | zsh-51ec0b8079ed19c107f2f7f1ab4326c488ee3198.tar.gz zsh-51ec0b8079ed19c107f2f7f1ab4326c488ee3198.tar.xz zsh-51ec0b8079ed19c107f2f7f1ab4326c488ee3198.zip |
20983: failed glob from fixed strings segments in globbed paths
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D02glob.ztst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Test/D02glob.ztst b/Test/D02glob.ztst index f35e5eb75..e423176a3 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -317,3 +317,9 @@ print ${foo%% #:*} 0:Must-match arguments in complex patterns >this string has a + + mkdir glob.tmp/ra=1.0_et=3.5 + touch glob.tmp/ra=1.0_et=3.5/foo + print glob.tmp/ra=1.0_et=3.5/??? +0:Bug with intermediate paths with plain strings but tokenized characters +>glob.tmp/ra=1.0_et=3.5/foo |