diff options
Diffstat (limited to 'test')
| -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}/, "") = " " |
