aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-10-27 20:18:30 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-10-27 20:35:30 -0400
commit052316261a94f2846e7547b65b2bb089979ce5ba (patch)
treec8fb81d6657ac3931ef0212976f2346fc84e3f54 /test
parent41c0ea851a542bcd7d54b8c5c06d70e1e00095e1 (diff)
Finish deprecating stack refs with &
Diffstat (limited to 'test')
-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"