From b72aa18dec9b239b4bb454613c2c2a62bcc6a2cb Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Fri, 8 Jan 2021 11:06:28 +0000 Subject: [PATCH] Add a list to tcl tets --- support/test/tcl/test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/test/tcl/test b/support/test/tcl/test index e77a486..a77f56f 100644 --- a/support/test/tcl/test +++ b/support/test/tcl/test @@ -3,6 +3,8 @@ set SCALAR g array set ARRAY {key1 value1 key2 value2} +set LIST [list a b c {def} {g h i j} k l m] + proc Wrap { body } { uplevel 1 $body }