added tests to show how date and tags can end up having the wrong value when rendered

This commit is contained in:
Kris Brown
2010-01-16 14:48:21 +00:00
parent a4f3f5c583
commit 58354e269e
6 changed files with 56 additions and 1 deletions

View File

@@ -3,3 +3,5 @@ date: 2010-01-10
---
Post with a front matter date
{{ page.date | date_to_string }}

View File

@@ -3,3 +3,5 @@ date: 2010-01-10 13:07:09
---
Post with a front matter time
{{ page.date | date_to_string }}

View File

@@ -0,0 +1,7 @@
---
date: 2010-01-10 13:07:09 +00:00
---
Post with a front matter time with timezone
{{ page.date | date_to_string }}

View File

@@ -0,0 +1,4 @@
---
date: 2010-01-10 13:07:09
tags: A string
---