aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/text.tm8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/text.tm b/test/text.tm
index 3a364917..1c8988ba 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -187,13 +187,13 @@ func main():
!! Test text:find()
>> " one two three ":find($/{id}/, start=-999)
- = 0
+ = !Int
>> " one two three ":find($/{id}/, start=999)
- = 0
+ = !Int
>> " one two three ":find($/{id}/)
- = 2
+ = 2?
>> " one two three ":find($/{id}/, start=5)
- = 8
+ = 8?
!! Test text slicing:
>> "abcdef":slice()