From fb216e955f04a803f11953be27e76bd4d2c9e76d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 6 Sep 2025 15:11:26 -0400 Subject: Use colons instead of '=' for tables (e.g. {1: 2}) --- test/text.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/text.tm') diff --git a/test/text.tm b/test/text.tm index ff55555d..93a1f2a8 100644 --- a/test/text.tm +++ b/test/text.tm @@ -203,7 +203,7 @@ func main() >> "Hello".replace("ello", "i") = "Hi" - >> "".translate({"<"="<", ">"=">"}) + >> "".translate({"<": "<", ">": ">"}) = "<tag>" >> "Abc".repeat(3) -- cgit v1.2.3