From 052316261a94f2846e7547b65b2bb089979ce5ba Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 27 Oct 2024 20:18:30 -0400 Subject: Finish deprecating stack refs with & --- test/text.tm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') 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" -- cgit v1.2.3