diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-07 01:43:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-07 01:43:36 -0400 |
| commit | b0d806a1f06d89785f47ab72ee60a42495200995 (patch) | |
| tree | fdeadcd79cb39c0f7a6f36a001cdd92911c6ce34 /test | |
| parent | 0a4d18c8bd120802bd5267f1ad117f6ff440478e (diff) | |
Add unicode name escapes: \U[penguin]
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.tm | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
