aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/docx/definition_list.docxbin8455 -> 9174 bytes
-rw-r--r--test/docx/definition_list.native40
-rw-r--r--test/docx/golden/definition_list.docxbin10507 -> 10498 bytes
3 files changed, 33 insertions, 7 deletions
diff --git a/test/docx/definition_list.docx b/test/docx/definition_list.docx
index a19edda45..98705badd 100644
--- a/test/docx/definition_list.docx
+++ b/test/docx/definition_list.docx
Binary files differ
diff --git a/test/docx/definition_list.native b/test/docx/definition_list.native
index 2e08ff1ac..bb122120d 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 ed52ddde7..cf152c5f2 100644
--- a/test/docx/golden/definition_list.docx
+++ b/test/docx/golden/definition_list.docx
Binary files differ