diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 18:19:56 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-03 18:19:56 -0500 |
| commit | d8a533cdf09a9dc7c302913cad514fbeee357b18 (patch) | |
| tree | 314c88bf489ffc59fc1e6212c996afd6bad3cc53 /test/text.tm | |
| parent | 23478e7036fe9fbee17263e52d5d8a37adce1c95 (diff) | |
Rename string test to text
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 10 |
1 files changed, 10 insertions, 0 deletions
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 += "é" |
