From c2d2a1ac0ac41a068c4bf09f8236a61d576e74f5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 20 Feb 2024 08:57:32 +0200 Subject: Add custom subscript, iterate functions for vector and set value types --- tests/type/set/testscript | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'tests/type/set/testscript') diff --git a/tests/type/set/testscript b/tests/type/set/testscript index 3897220..da5e181 100644 --- a/tests/type/set/testscript +++ b/tests/type/set/testscript @@ -44,9 +44,12 @@ EOO : $* <>EOO for s: [string_set] a b c - print $s + print $type($s) $s + +for s: [string_set, null] + fail bad EOI -a -b -c +string a +string b +string c EOO -- cgit v1.1