From e98e77e1d3fbc2a5fd4d26408d2b13ddbef07110 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 3 Sep 2024 01:20:36 -0400 Subject: Fix for missing codepoint names --- test/text.tm | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/text.tm') diff --git a/test/text.tm b/test/text.tm index b1c4b758..4dd431ca 100644 --- a/test/text.tm +++ b/test/text.tm @@ -204,3 +204,12 @@ func main(): = "bcd" >> "abcdef":slice(from=5, to=1) = "" + + >> house := "家" + = "家" + >> house.length + = 1 + >> house:codepoint_names() + = ["???"] + >> house:utf32_codepoints() + = [23478_i32] -- cgit v1.2.3