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