mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
ensure number category is NOT included as fixnum
This commit is contained in:
@@ -426,6 +426,7 @@ class TestPost < Test::Unit::TestCase
|
||||
should "recognize number category in yaml" do
|
||||
post = setup_post("2013-05-10-number-category.textile")
|
||||
assert post.categories.include?('2013')
|
||||
assert !post.categories.include?(2013)
|
||||
end
|
||||
|
||||
should "recognize tag in yaml" do
|
||||
|
||||
Reference in New Issue
Block a user