aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sets.tm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/sets.tm b/test/sets.tm
index bfec068e..a6a9d57b 100644
--- a/test/sets.tm
+++ b/test/sets.tm
@@ -34,3 +34,6 @@ func main():
>> t1:remove_all(t2)
>> t1
= {10, 20}
+
+ >> {3, i for i in 5}
+ = {3, 1, 2, 4, 5}