From 645d66e0de0f201404d9ad4b210f90c139a247ff Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 12 Jan 2025 16:49:58 -0500 Subject: Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}` --- 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 13ee2a3b..9edeee07 100644 --- a/test/text.tm +++ b/test/text.tm @@ -241,7 +241,7 @@ func main(): >> " foo(xyz) foo(yyy) foo(z()) ":replace($/foo(?)/, "baz(\1)") = " baz(xyz) baz(yyy) baz(z()) " - >> "":replace_all({$//:">"}) + >> "":replace_all({$//=">"}) = "<tag>" >> " BAD(x, fn(y), BAD(z), w) ":replace($/BAD(?)/, "good(\1)", recursive=yes) -- cgit v1.2.3