aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm
index ae91050f..0316a96f 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -59,7 +59,7 @@ func main():
>> Text.from_bytes([0x6D, 0xC3, 0xA9, 0x6C, 0x69, 0x65])!
= "Amélie"
>> Text.from_bytes([Byte(0xFF)])
- = none:Text
+ = none
amelie2 := "Am$(\U65\U301)lie"
>> amelie2:split()