diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-06 12:17:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-06 12:17:43 -0400 |
| commit | b36d4eaf6780253e789edfcd3935d59da1413889 (patch) | |
| tree | d754d07d2f2e5f37f4a12b485e1e6a819669b00e /test/text.tm | |
| parent | 4b352f89a309dd2405f782062476202829beee37 (diff) | |
Fix test
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 4 |
1 files changed, 2 insertions, 2 deletions
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}/, "") = " " |
