aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm4
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}/, "")
= " "