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 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" |
