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