diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2000-06-02 09:32:30 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2000-06-02 09:32:30 +0000 |
commit | 0adb04abd302cc86944aa468590bab84e9acf542 (patch) | |
tree | 542cb4fa71f60ab870b0a4efe85f33a650dfa2c9 | |
parent | 66f58fc6fdd10a002db966e6c6513b4b5855af26 (diff) | |
download | zsh-0adb04abd302cc86944aa468590bab84e9acf542.tar.gz zsh-0adb04abd302cc86944aa468590bab84e9acf542.tar.xz zsh-0adb04abd302cc86944aa468590bab84e9acf542.zip |
More test-comment tweaks.
-rw-r--r-- | Test/14array.ztst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Test/14array.ztst b/Test/14array.ztst index 87f22eff4..1cdf53c2d 100644 --- a/Test/14array.ztst +++ b/Test/14array.ztst @@ -23,7 +23,7 @@ >.. echo .$foo[1,-8]. -0:An empty slice with a negative length +0:An empty slice with a negative end >.. echo .$foo[0]. @@ -47,7 +47,7 @@ >.b. echo .$foo[2,-4]. -0:A slice with a negative length +0:A slice with a negative end >.b c d. echo .$foo[-4,5]. @@ -55,7 +55,7 @@ >.d e. echo .$foo[-6,-2]. -0:A slice with both items negative +0:A slice with a negative start and end >.b c d e f. setopt ksh_arrays |