summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-31 21:27:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-31 21:27:08 -0700
commit32f6938605b2251535df7ab2005cb88964f4744e (patch)
tree1a56b032b9db0644e0fdfbcfec41965f2dc30057 /test
parentfb6e5812bce4c71d6ac9a8946f0d69d4c08820de (diff)
Properly pass through author metadata in JATS writer.
Closes #4020.
Diffstat (limited to 'test')
-rw-r--r--test/writer.jats12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/writer.jats b/test/writer.jats
index 6f808e109..0f52965bc 100644
--- a/test/writer.jats
+++ b/test/writer.jats
@@ -14,6 +14,18 @@
<title-group>
<article-title>Pandoc Test Suite</article-title>
</title-group>
+<contrib-group>
+<contrib contrib-type="author">
+<name>
+<string-name>John MacFarlane</string-name>
+</name>
+</contrib>
+<contrib contrib-type="author">
+<name>
+<string-name>Anonymous</string-name>
+</name>
+</contrib>
+</contrib-group>
<pub-date pub-type="epub">
<string-date>July 17, 2006</string-date>
</pub-date>