diff options
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 1385d57d9..413381f92 100644 --- a/Test/D02glob.ztst +++ b/Test/D02glob.ztst @@ -686,3 +686,9 @@ rm glob.tmp/link 0:modifier ':P' resolves symlinks before '..' components *>*glob.tmp/hello/world + + foo=a + value="ac" + print ${value//[${foo}b-z]/x} +0:handling of - range in complicated pattern context +>xx |