aboutsummaryrefslogtreecommitdiff
path: root/test/strings.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 18:19:56 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 18:19:56 -0500
commitd8a533cdf09a9dc7c302913cad514fbeee357b18 (patch)
tree314c88bf489ffc59fc1e6212c996afd6bad3cc53 /test/strings.tm
parent23478e7036fe9fbee17263e52d5d8a37adce1c95 (diff)
Rename string test to text
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
-= "é"