mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
Docx reader: add tests for structured document tags unwrapping.
This commit is contained in:
@@ -171,6 +171,10 @@ tests = [ testGroup "inlines"
|
||||
"inline code in subscript and superscript"
|
||||
"docx/verbatim_subsuper.docx"
|
||||
"docx/verbatim_subsuper.native"
|
||||
, testCompare
|
||||
"inlines inside of Structured Document Tags"
|
||||
"docx/sdt_elements.docx"
|
||||
"docx/sdt_elements.native"
|
||||
]
|
||||
, testGroup "blocks"
|
||||
[ testCompare
|
||||
|
||||
Binary file not shown.
@@ -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"]]]]]
|
||||
Reference in New Issue
Block a user