diff options
| author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-02-28 16:27:18 -0500 |
|---|---|---|
| committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-02-28 16:32:20 -0500 |
| commit | 7d3e7a5a6d9e7b139fd15e10a52b85f87aba42b1 (patch) | |
| tree | 3c9ea9021a3dd72867820cf21653d73bcc031544 /test/docx | |
| parent | cc3477192809030044dc0729c42fcf4cf96bb5a9 (diff) | |
| download | pandoc-7d3e7a5a6d9e7b139fd15e10a52b85f87aba42b1.tar.gz | |
Docx reader: Handle nested sdt tags.
Previously we had only unwrapped one level of sdt tags. Now we recurse
if we find them.
Closes: #4415
Diffstat (limited to 'test/docx')
| -rw-r--r-- | test/docx/nested_sdt.docx | bin | 0 -> 11694 bytes | |||
| -rw-r--r-- | test/docx/nested_sdt.native | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/test/docx/nested_sdt.docx b/test/docx/nested_sdt.docx Binary files differnew file mode 100644 index 000000000..1a0827db3 --- /dev/null +++ b/test/docx/nested_sdt.docx diff --git a/test/docx/nested_sdt.native b/test/docx/nested_sdt.native new file mode 100644 index 000000000..d0adc05ac --- /dev/null +++ b/test/docx/nested_sdt.native @@ -0,0 +1,3 @@ +[Para [Str "Test",Space,Str "Paragraph1"] +,Para [Str "Test",Space,Str "Paragraph2"] +,Para [Str "Test",Space,Str "Paragraph3"]] |
