From 05724a659f914cee31dc8bc7c96a98115fd6325e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 12 Sep 2024 01:43:00 -0400 Subject: Change unicode escape to \{name} and add escape for ANSI CSI sequences: \[...] --- test/text.tm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/text.tm b/test/text.tm index 216e5aaf..44e42d35 100644 --- a/test/text.tm +++ b/test/text.tm @@ -16,9 +16,12 @@ func main(): >> \U65\U301 = "é" - >> \U[Penguin]:codepoint_names() + >> \{Penguin}:codepoint_names() = ["PENGUIN"] + >> \[31;1] + = "\e[31;1m" + >> \UE9 == \U65\U301 = yes -- cgit v1.2.3