aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 17:30:31 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 17:30:31 -0500
commit0c51ca73e0c41c98c31fd306d0ef6f3e8c37227d (patch)
tree789c5128164f92da248b20dc149e95f152acf960 /test
parent9512eb74d2bb2511b50104b354488555fe846c58 (diff)
String tests
Diffstat (limited to 'test')
-rw-r--r--test/strings.tm7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/strings.tm b/test/strings.tm
new file mode 100644
index 00000000..6ef139ac
--- /dev/null
+++ b/test/strings.tm
@@ -0,0 +1,7 @@
+>> str := "Hello Amélie!"
+>> str:upper()
+= "HELLO AMÉLIE!"
+>> str:lower()
+= "hello amélie!"
+>> str:lower():title()
+= "Hello Amélie!"