Fix slugify test
This commit is contained in:
parent
4c65772c44
commit
4effe25cc1
|
|
@ -183,7 +183,7 @@ class TestUtils < JekyllUnitTest
|
||||||
end
|
end
|
||||||
|
|
||||||
should "replace everything else but ASCII characters" do
|
should "replace everything else but ASCII characters" do
|
||||||
assert_equal "the-config.yml-file", Utils.slugify("The _config.yml file?", mode: "ascii")
|
assert_equal "the-config-yml-file", Utils.slugify("The _config.yml file?", mode: "ascii")
|
||||||
end
|
end
|
||||||
|
|
||||||
should "only replace whitespace if mode is raw" do
|
should "only replace whitespace if mode is raw" do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue