aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/text.tm5
1 files changed, 4 insertions, 1 deletions
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