about summary refs log tree commit diff
path: root/Test/D09brace.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/D09brace.ztst')
-rw-r--r--Test/D09brace.ztst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Test/D09brace.ztst b/Test/D09brace.ztst
index 580ed430f..961947b67 100644
--- a/Test/D09brace.ztst
+++ b/Test/D09brace.ztst
@@ -116,3 +116,10 @@
   print -r {1..10}{..
 0:Unmatched braces after matched braces are left alone.
 >1{.. 2{.. 3{.. 4{.. 5{.. 6{.. 7{.. 8{.. 9{.. 10{..
+
+  () {
+    setopt localoptions no_multibyte
+    echo -E {$'\x80'..$'\x81'}
+  }
+0:range of 8bit chars, multibyte option unset
+>\M-^@ \M-^A