diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-02-18 15:49:00 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-02-18 15:49:00 -0500 |
commit | 9a1a3fe482dde2f5d2a2e86489dd4006bd861025 (patch) | |
tree | e8dac436d936961af1e3e55b87ca9627299c4ece /test/docx | |
parent | beda70b92336ebc7d9c8bc0dcb3fafbc45dee0ff (diff) | |
download | pandoc-9a1a3fe482dde2f5d2a2e86489dd4006bd861025.tar.gz |
Docx reader: add tests for trimming last inline.
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/trim_last_inline.docx | bin | 0 -> 4179 bytes | |||
-rw-r--r-- | test/docx/trim_last_inline.native | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/docx/trim_last_inline.docx b/test/docx/trim_last_inline.docx Binary files differnew file mode 100644 index 000000000..bb3755154 --- /dev/null +++ b/test/docx/trim_last_inline.docx diff --git a/test/docx/trim_last_inline.native b/test/docx/trim_last_inline.native new file mode 100644 index 000000000..891574097 --- /dev/null +++ b/test/docx/trim_last_inline.native @@ -0,0 +1,2 @@ +[Para [Strong [Str "Foo",Space,Str "bar."]] +,Para [Str "Fizz",Space,Str "pop."]] |