mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-10 06:35:10 -05:00
Fix slugify test
This commit is contained in:
@@ -183,7 +183,7 @@ class TestUtils < JekyllUnitTest
|
||||
end
|
||||
|
||||
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
|
||||
|
||||
should "only replace whitespace if mode is raw" do
|
||||
|
||||
Reference in New Issue
Block a user