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/text.tm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/text.tm (limited to 'test/text.tm') 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