diff options
Diffstat (limited to 'test/text.tm')
| -rw-r--r-- | test/text.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text.tm b/test/text.tm index c12e7a78..6631b94e 100644 --- a/test/text.tm +++ b/test/text.tm @@ -127,7 +127,7 @@ func main() assert "Hello".replace("ello", "i") == "Hi" - assert "<tag>".translate({"<"="<", ">"=">"}) == "<tag>" + assert "<tag>".translate({"<": "<", ">": ">"}) == "<tag>" assert "Abc".repeat(3) == "AbcAbcAbc" |
