From 5f0b099e1444d462be5aa8df49f87c9b324e1b85 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 3 Sep 2024 01:32:00 -0400 Subject: Better behavior for invalid character names --- test/text.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/text.tm b/test/text.tm index f0f289fe..d82a38c7 100644 --- a/test/text.tm +++ b/test/text.tm @@ -217,3 +217,6 @@ func main(): >> "🐧":codepoint_names() = ["PENGUIN"] + >> Text.from_codepoint_names(["not a valid name here buddy"]) + = "" + -- cgit v1.2.3