aboutsummaryrefslogtreecommitdiff
path: root/test/structs.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/structs.tm')
-rw-r--r--test/structs.tm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/structs.tm b/test/structs.tm
index a58a9ef7..40c1b566 100644
--- a/test/structs.tm
+++ b/test/structs.tm
@@ -63,6 +63,7 @@ func main()
>> @LinkedList(10, @LinkedList(20))
>> my_pass := Password("Swordfish")
+ = Password("Swordfish")
>> "$my_pass"
= "Password(...)"
>> users_by_password := {my_pass="User1", Password("xxx")="User2"}