From d8a533cdf09a9dc7c302913cad514fbeee357b18 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 3 Mar 2024 18:19:56 -0500 Subject: Rename string test to text --- test/strings.tm | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/strings.tm (limited to 'test/strings.tm') 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 -= "é" -- cgit v1.2.3