diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/D09brace.ztst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/D09brace.ztst b/Test/D09brace.ztst index 3e667a8d1..580ed430f 100644 --- a/Test/D09brace.ztst +++ b/Test/D09brace.ztst @@ -112,3 +112,7 @@ print -r left{[..]}right 0:{char..char} ranges with tokenized characters >left[right left\right left]right + + print -r {1..10}{.. +0:Unmatched braces after matched braces are left alone. +>1{.. 2{.. 3{.. 4{.. 5{.. 6{.. 7{.. 8{.. 9{.. 10{.. |