From 6dbf1859a26a49c3c065e36ea2beff57f369bdc9 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 9 Apr 2013 18:17:06 -0700
Subject: [PATCH] Update markdown writer tests for changes in author in
 titleblock.

Authors are now put on separate lines.
---
 tests/writer.markdown | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/writer.markdown b/tests/writer.markdown
index 3d0fb765f..d9cc076f5 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -1,5 +1,6 @@
 % Pandoc Test Suite
-% John MacFarlane; Anonymous
+% John MacFarlane
+  Anonymous
 % July 17, 2006
 
 This is a set of tests for pandoc. Most of them are adapted from John Gruber’s