diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-27 10:01:45 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2017-12-27 10:03:00 -0500 |
commit | d71165c8e2b348ee65c8d92d6ca5f8a24b1cfa92 (patch) | |
tree | 17d7af1101a343e1910429b6791240ab3e740040 /test/docx | |
parent | dc3ee500a0447dc258ae5b49cf5907cba0d407aa (diff) | |
download | pandoc-d71165c8e2b348ee65c8d92d6ca5f8a24b1cfa92.tar.gz |
Docx reader: add tests for structured document tags unwrapping.
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/sdt_elements.docx | bin | 0 -> 29409 bytes | |||
-rw-r--r-- | test/docx/sdt_elements.native | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/test/docx/sdt_elements.docx b/test/docx/sdt_elements.docx Binary files differnew file mode 100644 index 000000000..9356a6b40 --- /dev/null +++ b/test/docx/sdt_elements.docx diff --git a/test/docx/sdt_elements.native b/test/docx/sdt_elements.native new file mode 100644 index 000000000..7f7768728 --- /dev/null +++ b/test/docx/sdt_elements.native @@ -0,0 +1,10 @@ +[Table [] [AlignDefault,AlignDefault,AlignDefault] [0.0,0.0,0.0] + [[] + ,[] + ,[]] + [[[Plain [Strong [Str "col1Header"]]] + ,[Plain [Strong [Str "col2Header"]]] + ,[Plain [Strong [Str "col3Header"]]]] + ,[[Plain [Str "col1",Space,Str "content"]] + ,[Plain [Str "Body",Space,Str "copy"]] + ,[Plain [Str "col3",Space,Str "content"]]]]] |