about summary refs log tree commit diff
path: root/Test/D05array.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/D05array.ztst')
-rw-r--r--Test/D05array.ztst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Test/D05array.ztst b/Test/D05array.ztst
index 5ca83ee6d..1fa607ddc 100644
--- a/Test/D05array.ztst
+++ b/Test/D05array.ztst
@@ -30,12 +30,12 @@
 >..
 
   echo .$foo[0].
-0:Treat 0 like 1
->.a.
+0:Treat 0 as empty
+>..
 
   echo .$foo[0,0].
-0:Treat 0,0 like 1,1.
->.a.
+0:Treat 0,0 as empty
+>..
 
   echo .$foo[0,1].
 0:Another weird way to access the first element