aboutsummaryrefslogtreecommitdiff
path: root/tests/type/set/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/type/set/testscript')
-rw-r--r--tests/type/set/testscript11
1 files changed, 7 insertions, 4 deletions
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
:
$* <<EOI >>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