aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/text.tm3
1 files changed, 3 insertions, 0 deletions
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"])
+ = ""
+