From b0d806a1f06d89785f47ab72ee60a42495200995 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 7 Sep 2024 01:43:36 -0400 Subject: Add unicode name escapes: \U[penguin] --- test/text.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/text.tm') diff --git a/test/text.tm b/test/text.tm index afaabb64..bf7b77cd 100644 --- a/test/text.tm +++ b/test/text.tm @@ -16,6 +16,9 @@ func main(): >> \U65\U301 = "é" + >> \U[Penguin]:codepoint_names() + = ["PENGUIN"] + >> \UE9 == \U65\U301 = yes -- cgit v1.2.3