aboutsummaryrefslogtreecommitdiff
path: root/tests/docx.drop_cap.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-08-11 23:30:12 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-11 23:31:16 -0400
commit45ec035e93ec0c32f9fb7d7f2f99ca17de73ebf9 (patch)
tree4a9f2b07c691c2af7ffa119c56b1ec8478b0c4f4 /tests/docx.drop_cap.native
parent0808449547a2ec3469dbcc82c1755d895c1057e5 (diff)
downloadpandoc-45ec035e93ec0c32f9fb7d7f2f99ca17de73ebf9.tar.gz
Docx reader: combine inlines properly in dropcaps.
Make sure that adjacent inlines are combined properly in dropcaps. This updates the test results as well.
Diffstat (limited to 'tests/docx.drop_cap.native')
-rw-r--r--tests/docx.drop_cap.native4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docx.drop_cap.native b/tests/docx.drop_cap.native
index e6eb29de7..d361cfb0b 100644
--- a/tests/docx.drop_cap.native
+++ b/tests/docx.drop_cap.native
@@ -1,4 +1,4 @@
-[Para [Str "D",Str "rop",Space,Str "cap."]
+[Para [Str "Drop",Space,Str "cap."]
,Para [Str "Next",Space,Str "paragraph."]
-,Para [Str "D",Str "rop",Space,Str "cap",Space,Str "in",Space,Str "margin."]
+,Para [Str "Drop",Space,Str "cap",Space,Str "in",Space,Str "margin."]
,Para [Str "Drop",Space,Str "cap",Space,Str "(not",Space,Str "really)."]]