aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-03 01:30:07 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-03 01:30:07 -0400
commitb517f3b2872ad25a9f2bb9114da2bcf178f041db (patch)
tree58fd947fc12905a325b86d2c70855d9ea7d0eb6b /test/text.tm
parente98e77e1d3fbc2a5fd4d26408d2b13ddbef07110 (diff)
Fix codepoint names by falling back to block names
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm
index 4dd431ca..f0f289fe 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -210,6 +210,10 @@ func main():
>> house.length
= 1
>> house:codepoint_names()
- = ["???"]
+ = ["CJK Unified Ideographs-5BB6"]
>> house:utf32_codepoints()
= [23478_i32]
+
+ >> "🐧":codepoint_names()
+ = ["PENGUIN"]
+