diff options
Diffstat (limited to 'Test/D02glob.ztst')
-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 |