diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-02 21:19:57 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-02 21:19:57 -0400 |
| commit | 96f276ec18585cd651031800298216be0f041434 (patch) | |
| tree | 48fbd4427ac7caca6e39e3bf2241e1a4c650bac4 /test | |
| parent | cac560fdc3f8fb0a0a5d6570c8e9f05f2908475a (diff) | |
Fix test
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.tm | 4 |
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) |
