diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.tm | 6 |
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"] + |
