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 ---------- test/text.tm | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 test/strings.tm create mode 100644 test/text.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 -= "é" 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 += "é" -- cgit v1.2.3