String.strip is deprecated, replace with String.trim
This commit is contained in:
@@ -28,7 +28,7 @@ defmodule Strings do
|
|||||||
end
|
end
|
||||||
|
|
||||||
koan "Other times a little cleaning is in order" do
|
koan "Other times a little cleaning is in order" do
|
||||||
assert String.strip(" \n banana\n ") == ___
|
assert String.trim(" \n banana\n ") == ___
|
||||||
end
|
end
|
||||||
|
|
||||||
koan "Repetition is the mother of learning" do
|
koan "Repetition is the mother of learning" do
|
||||||
|
|||||||
Reference in New Issue
Block a user