aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-08 21:36:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-08 21:36:08 -0700
commit2d4214fa3141f4a1cbde67f4e170a5bc5e639f32 (patch)
tree3555399b8053740be5dd92fada7f10e3e849b067 /test
parentf19286cf120f259c51a89b1b3643d437ede70a94 (diff)
downloadpandoc-2d4214fa3141f4a1cbde67f4e170a5bc5e639f32.tar.gz
Extend fix to #6719 to JATS reader
Diffstat (limited to 'test')
-rw-r--r--test/command/6719.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/6719.md b/test/command/6719.md
index 96c97b365..788e7b617 100644
--- a/test/command/6719.md
+++ b/test/command/6719.md
@@ -6,3 +6,13 @@
^D
[Para [Emph [Str "emphasized"],Space,Str "text"]]
```
+
+```
+% pandoc -f jats -t native
+<p>
+<italic> hi </italic>there
+</p>
+^D
+[Para [Emph [Str "hi"],Space,Str "there"]]
+```
+