Skip to content

Commit 24875ff

Browse files
committedApr 18, 2017
Adding date.
1 parent f55c54c commit 24875ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_integration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ def fill_site(self):
572572
outf.write(".. title: Page 0\n.. slug: sec1\n\nThis is Page 0.\n")
573573

574574
with io.open(os.path.join(sec1, 'foo.txt'), "w+", encoding="utf8") as outf:
575-
outf.write(".. title: Post 0\n.. slug: post0\n\nThis is Post 0.\n")
575+
outf.write(".. title: Post 0\n.. slug: post0\n.. date: 2013-03-06 19:08:15\n\nThis is Post 0.\n")
576576

577577
def _make_output_path(self, dir, name):
578578
"""Make a file path to the output."""

0 commit comments

Comments
 (0)
Please sign in to comment.