Skip to content

Commit

Permalink
Add test post to demonstrate issue with tags with incorrect cases
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Oct 1, 2014
1 parent 629cf2e commit ef5e8a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Tagged post
tags: ["test tag", Tagged]
---

This is a post with tags in incorect case
2 changes: 1 addition & 1 deletion test/test_jekyll_archives.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class TestJekyllArchives < Minitest::Test
end

should "populate the {{ site.archives }} tag in Liquid" do
assert_equal 12, read_file("length.html").to_i
assert_equal 14, read_file("length.html").to_i
end
end

Expand Down

0 comments on commit ef5e8a1

Please sign in to comment.