From a869fe1c57acd59f0908a2968034bdd0e1ec7664 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 25 Sep 2003 09:50:23 +0000 Subject: 19139: add tests for typeset -T --- Test/B02typeset.ztst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Test') diff --git a/Test/B02typeset.ztst b/Test/B02typeset.ztst index f69e5de73..832c4a373 100644 --- a/Test/B02typeset.ztst +++ b/Test/B02typeset.ztst @@ -195,6 +195,18 @@ >i:n:n:e:r >outer + typeset -TU MORESTUFF=here-we-go-go-again morestuff '-' + print -l $morestuff +0:Tied arrays with separator specified +>here +>we +>go +>again + + typeset -T THIS will not work +1:Tied array syntax +?(eval):typeset:1: -T requires names of scalar and array + local array[2]=x 1:Illegal local array element assignment ?(eval):local:1: array[2]: can't create local array elements -- cgit 1.4.1