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 af03c3c7..74a53413 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -250,3 +250,6 @@ func main():
= no
>> "Hello...":matches($/{id}/)
= no
+
+ >> "hello world":map($/world/, Text.upper)
+ = "hello WORLD"