Skip to content

Commit ef5e8a1

Browse files
committed
Add test post to demonstrate issue with tags with incorrect cases
1 parent 629cf2e commit ef5e8a1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Tagged post
3+
tags: ["test tag", Tagged]
4+
---
5+
6+
This is a post with tags in incorect case

test/test_jekyll_archives.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class TestJekyllArchives < Minitest::Test
120120
end
121121

122122
should "populate the {{ site.archives }} tag in Liquid" do
123-
assert_equal 12, read_file("length.html").to_i
123+
assert_equal 14, read_file("length.html").to_i
124124
end
125125
end
126126

0 commit comments

Comments
 (0)