aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-03-03 19:12:53 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-03-03 19:12:53 -0500
commitdc04286e3a75d8f94a69c204cb4fbb7b22e2d6a9 (patch)
treea7e82524f7f29e1b0ce95e4629dc121bc3baf4f2 /test/text.tm
parentd8a533cdf09a9dc7c302913cad514fbeee357b18 (diff)
Unicode normalization for equality, hashing, tests, and printing
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm
index 7d54b811..33582a1c 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -6,5 +6,11 @@
>> str:lower():title()
= "Hello Amélie!"
->> \U00E9
+>> \UE9
= "é"
+
+>> \U65\U301
+= "é"
+
+>> \UE9 == \U65\U301
+= yes