aboutsummaryrefslogtreecommitdiff
path: root/test/strings.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/strings.tm')
-rw-r--r--test/strings.tm10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/strings.tm b/test/strings.tm
deleted file mode 100644
index 7d54b811..00000000
--- a/test/strings.tm
+++ /dev/null
@@ -1,10 +0,0 @@
->> str := "Hello Amélie!"
->> str:upper()
-= "HELLO AMÉLIE!"
->> str:lower()
-= "hello amélie!"
->> str:lower():title()
-= "Hello Amélie!"
-
->> \U00E9
-= "é"