aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-28 13:53:15 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-28 13:53:15 -0400
commit9c302fdc34403f46572d9524309617888ba816bb (patch)
tree58ea7faf390536503de114cf2889ed85ba60df7b /test/text.tm
parentc632a72486d347e7ef30c0b7890e2045ed42b903 (diff)
parentce2aebe91085f987aab31bd2a49820fb605cf386 (diff)
Merge branch 'main' into internal-textsinternal-texts
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"