diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/test/test/lux/data/text.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test/test/lux/data/text.lux b/stdlib/test/test/lux/data/text.lux index f306778ba..d5deef0a4 100644 --- a/stdlib/test/test/lux/data/text.lux +++ b/stdlib/test/test/lux/data/text.lux @@ -113,7 +113,7 @@ (assert "Can replace occurrences of a piece of text inside a larger text." (&/= sample2 - (&;replace sep1 sep2 sample1))) + (&;replace-all sep1 sep2 sample1))) )) (test: "Other text functions" |