aboutsummaryrefslogtreecommitdiff
path: root/test/text.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-02 21:19:57 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-02 21:19:57 -0400
commit96f276ec18585cd651031800298216be0f041434 (patch)
tree48fbd4427ac7caca6e39e3bf2241e1a4c650bac4 /test/text.tm
parentcac560fdc3f8fb0a0a5d6570c8e9f05f2908475a (diff)
Fix test
Diffstat (limited to 'test/text.tm')
-rw-r--r--test/text.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/text.tm b/test/text.tm
index 37c45be0..150bc31f 100644
--- a/test/text.tm
+++ b/test/text.tm
@@ -73,9 +73,9 @@ func main():
>> "One two three four five six":replace("e ", "")
= "Ontwo threfour fivsix"
- >> " one ":replace("[start][..space]", "")
+ >> " one ":replace("[..start][..space]", "")
= "one "
- >> " one ":replace("[..space][end]", "")
+ >> " one ":replace("[..space][..end]", "")
= " one"
>> amelie:has(amelie2)