about summary refs log tree commit diff
path: root/Test/14array.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/14array.ztst')
-rw-r--r--Test/14array.ztst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Test/14array.ztst b/Test/14array.ztst
index ad02403e4..7ff5fe13d 100644
--- a/Test/14array.ztst
+++ b/Test/14array.ztst
@@ -49,3 +49,7 @@
   echo .$foo[-4,5].
 0:Array indexing
 >.d e.
+
+  echo .$foo[-6,-2].
+0:Array indexing
+>.b c d e f.