mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -05:00
Add a test for the slugify Liquid filter
This commit is contained in:
@@ -217,5 +217,11 @@ class TestFilters < Test::Unit::TestCase
|
||||
end
|
||||
end
|
||||
|
||||
context "slugify filter" do
|
||||
should "return a slugified string" do
|
||||
assert_equal "q-bert-says", @filter.slugify(" Q*bert says @!#?@!")
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user