diff --git a/test/docx/definition_list.docx b/test/docx/definition_list.docx index a19edda45e10..98705baddea0 100644 Binary files a/test/docx/definition_list.docx and b/test/docx/definition_list.docx differ diff --git a/test/docx/definition_list.native b/test/docx/definition_list.native index 2e08ff1ac61d..bb122120d6d3 100644 --- a/test/docx/definition_list.native +++ b/test/docx/definition_list.native @@ -1,7 +1,33 @@ -[DefinitionList - [([Str "Term",Space,Str "1"], - [[Para [Str "Definition",Space,Str "1"]]]) - ,([Str "Term",Space,Str "2",Space,Str "with",Space,Emph [Str "inline",Space,Str "markup"]], - [[Para [Str "Definition",Space,Str "2"] - ,CodeBlock ("",[],[]) "{ some code, part of Definition 2 }" - ,Para [Str "Third",Space,Str "paragraph",Space,Str "of",Space,Str "definition",Space,Str "2."]]])]] +[ DefinitionList + [ ( [ Str "Term" , Space , Str "1" ] + , [ [ Para [ Str "Definition" , Space , Str "1" ] ] ] + ) + , ( [ Str "Term" + , Space + , Str "2" + , Space + , Str "with" + , Space + , Emph [ Str "inline" , Space , Str "markup" ] + ] + , [ [ Para [ Str "Definition" , Space , Str "2" ] + , Para + [ Code + ( "" , [] , [] ) "{ some code, part of Definition 2 }" + ] + , Para + [ Str "Third" + , Space + , Str "paragraph" + , Space + , Str "of" + , Space + , Str "definition" + , Space + , Str "2." + ] + ] + ] + ) + ] +] diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx index ed52ddde70b3..cf152c5f27ba 100644 Binary files a/test/docx/golden/definition_list.docx and b/test/docx/golden/definition_list.docx differ