From 21a9b446093ed49c2067148b6a7701142a16b6a7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 1 Jul 2013 14:38:32 -0700 Subject: [PATCH] Switched order of fields in yaml header (writer test). --- tests/writer.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/writer.markdown b/tests/writer.markdown index e8aca9954..9ae002d8c 100644 --- a/tests/writer.markdown +++ b/tests/writer.markdown @@ -1,9 +1,9 @@ --- -title: 'Pandoc Test Suite' +date: 'July 17, 2006' author: - 'John MacFarlane' - 'Anonymous' -date: 'July 17, 2006' +title: 'Pandoc Test Suite' ... This is a set of tests for pandoc. Most of them are adapted from John Gruber’s