Failing test: abbreviated post dates are no longer read.

This is a regression introduced by https://github.com/jekyll/jekyll/pull/5609.
This commit is contained in:
Parker Moore
2017-03-01 21:38:55 -05:00
parent 0300a7017b
commit 8a0c0727ea
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
foo: barj
---
I have an abbreviated date. Instead of "2017-02-05", I am instead "2017-2-5".
Zeros have always seemed superfluous.