diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-10-27 20:18:30 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-10-27 20:35:30 -0400 |
| commit | 052316261a94f2846e7547b65b2bb089979ce5ba (patch) | |
| tree | c8fb81d6657ac3931ef0212976f2346fc84e3f54 /test/text.tm | |
| parent | 41c0ea851a542bcd7d54b8c5c06d70e1e00095e1 (diff) | |
Finish deprecating stack refs with &
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 6 |
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" |
