aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-18 20:39:57 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-18 20:39:57 -0400
commit967b649da20f1cb2011025456853cb55f25e9a88 (patch)
treeffce4f06f5fbb833c8aee2ba7c6982156f7bfac4 /test/text.tm
parentd804b09b02b9c4a6ea6b16ae85524a704796cbc1 (diff)
Deprecate `#` operator in favor of .length and fix up some issues
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/text.tm b/test/text.tm
index 2666b6c8..ce8ed43f 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -26,8 +26,6 @@ func main():
= [65_i32, 109_i32, 101_i32, 769_i32, 108_i32, 105_i32, 101_i32] : [Int32]
>> amelie:bytes()
= [65_i8, 109_i8, 101_i8, -52_i8, -127_i8, 108_i8, 105_i8, 101_i8] : [Int8]
- >> #amelie
- = 6
>> amelie:num_clusters()
= 6
>> amelie:num_codepoints()
@@ -42,8 +40,6 @@ func main():
= [65_i32, 109_i32, 101_i32, 769_i32, 108_i32, 105_i32, 101_i32] : [Int32]
>> amelie2:bytes()
= [65_i8, 109_i8, 101_i8, -52_i8, -127_i8, 108_i8, 105_i8, 101_i8] : [Int8]
- >> #amelie
- = 6
>> amelie2:num_clusters()
= 6
>> amelie2:num_codepoints()