summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-30 15:39:21 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-30 15:39:21 +0200
commit0d06c632b10299d4955fc85c04c73c5796056891 (patch)
tree4db5ae02fc7ea976dcc9790d02358ea6b6da2da9 /test
parent9575dfc97012e52656c7147e66ec093b9479e8e0 (diff)
JATS writer: Fixed bibliography handling.
Diffstat (limited to 'test')
-rw-r--r--test/writer.jats16
1 files changed, 10 insertions, 6 deletions
diff --git a/test/writer.jats b/test/writer.jats
index 1703de4aa..ae72133a8 100644
--- a/test/writer.jats
+++ b/test/writer.jats
@@ -893,9 +893,11 @@ These should not be escaped: \$ \\ \&gt; \[ \{</preformat>
</p>
<boxed-text>
<boxed-text>
- <p>
- foo
- </p>
+ <boxed-text>
+ <p>
+ foo
+ </p>
+ </boxed-text>
</boxed-text>
<boxed-text>
<p>
@@ -915,9 +917,11 @@ These should not be escaped: \$ \\ \&gt; \[ \{</preformat>
<p>
Here’s a simple block:
</p>
- <p>
- foo
- </p>
+ <boxed-text>
+ <p>
+ foo
+ </p>
+ </boxed-text>
<p>
This should be a code block, though:
</p>