diff options
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm index 74a53413..0a34e2a0 100644 --- a/test/text.tm +++ b/test/text.tm @@ -253,3 +253,6 @@ func main(): >> "hello world":map($/world/, Text.upper) = "hello WORLD" + + >> "Abc":repeat(3) + = "AbcAbcAbc" |
