aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/text.tm b/test/text.tm
index f87cedfb..3a364917 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -195,12 +195,6 @@ func main():
>> " one two three ":find($/{id}/, start=5)
= 8
- >> len := 0[64]
- >> " one ":find($/{id}/, length=&len)
- = 4
- >> len
- = 3[64]
-
!! Test text slicing:
>> "abcdef":slice()
= "abcdef"