diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2000-06-02 01:40:51 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2000-06-02 01:40:51 +0000 |
commit | f77bd804ee098a999bb29769b3e55d6f32fc1279 (patch) | |
tree | ac394411cf5fa7a065e32fd0444ad54c567b66e2 /Test | |
parent | a5d9467cfa1420f91ba466a2bdcc3e4256f34433 (diff) | |
download | zsh-f77bd804ee098a999bb29769b3e55d6f32fc1279.tar.gz zsh-f77bd804ee098a999bb29769b3e55d6f32fc1279.tar.xz zsh-f77bd804ee098a999bb29769b3e55d6f32fc1279.zip |
One more test.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/14array.ztst | 4 |
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. |