diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-07-12 15:06:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-07-12 15:06:02 -0400 |
| commit | 789497e2ca25c8189fb2466f34dda054d99453b1 (patch) | |
| tree | 4c7c6bac0b17d68d6079f9074c01a6a2ec3859c6 /test/structs.tm | |
| parent | 46b0dbc5a448249ddc9a6ce20465f0fa41de6d64 (diff) | |
Doctests now use equality checking instead of text comparisons
Diffstat (limited to 'test/structs.tm')
| -rw-r--r-- | test/structs.tm | 1 |
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"} |
