From b36d4eaf6780253e789edfcd3935d59da1413889 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 6 Sep 2024 12:17:43 -0400 Subject: Fix test --- test/text.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/text.tm') diff --git a/test/text.tm b/test/text.tm index 75ec7b06..afaabb64 100644 --- a/test/text.tm +++ b/test/text.tm @@ -101,8 +101,8 @@ func main(): = "A $(1+2)" >> $="A =(1+2)" = "A 3" - >> $(one (nested) two $(1+2)) - = "one (nested) two 3" + >> ${one {nested} two $(1+2)} + = "one {nested} two 3" >> "one two three":replace($/{alpha}/, "") = " " -- cgit v1.2.3