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