[Docx Reader] Update tests
Notice this commit updates lists.docx. The old test file contained references to "ListParagraph" style, which should never leak outside of pandoc, so I'm not sure what that was supposed to test for exactly.
This commit is contained in:
parent
14b00517ae
commit
5c5d1a65d9
6 changed files with 7 additions and 7 deletions
|
@ -15,10 +15,10 @@
|
|||
,Para [Str "FIGURES",Space,Str "iv"]
|
||||
,Para [Str "TABLES",Space,Str "v"]
|
||||
,Para [Str "SECTION",Space,Str "1",Space,Str "Introduction",Space,Str "2"]
|
||||
,Header 1 ("figures",["Heading0"],[]) [Str "FIGURES"]
|
||||
,Header 1 ("figures",["Heading-0"],[]) [Str "FIGURES"]
|
||||
,Para [Strong [Str "Figure",Space,Str "Page"]]
|
||||
,Para [Strong [Str "No",Space,Str "table",Space,Str "of",Space,Str "figures",Space,Str "entries",Space,Str "found."]]
|
||||
,Header 1 ("tables",["Heading0"],[]) [Str "TABLES"]
|
||||
,Header 1 ("tables",["Heading-0"],[]) [Str "TABLES"]
|
||||
,Para [Strong [Str "Table",Space,Str "Page"]]
|
||||
,Para [Strong [Str "No",Space,Str "table",Space,Str "of",Space,Str "figures",Space,Str "entries",Space,Str "found."]]
|
||||
,Header 1 ("introduction",[],[]) [Str "Introduction"]
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
[Div ("",[],[("custom-style","FirstParagraph")])
|
||||
[Div ("",[],[("custom-style","First Paragraph")])
|
||||
[Para [Str "This",Space,Str "is",Space,Str "some",Space,Str "text."]]
|
||||
,Div ("",[],[("custom-style","BodyText")])
|
||||
,Div ("",[],[("custom-style","Body Text")])
|
||||
[Para [Str "This",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "an",Space,Span ("",[],[("custom-style","Emphatic")]) [Str "emphasized"],Space,Str "text",Space,Str "style.",Space,Str "And",Space,Str "this",Space,Str "is",Space,Str "text",Space,Str "with",Space,Str "a",Space,Span ("",[],[("custom-style","Strengthened")]) [Str "strengthened"],Space,Str "text",Space,Str "style."]]
|
||||
,Div ("",[],[("custom-style","MyBlockStyle")])
|
||||
,Div ("",[],[("custom-style","My Block Style")])
|
||||
[BlockQuote
|
||||
[Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "styled",Space,Str "paragraph",Space,Str "that",Space,Str "inherits",Space,Str "from",Space,Str "Block",Space,Str "Text."]]]]
|
||||
|
|
Binary file not shown.
|
@ -15,4 +15,4 @@
|
|||
,Para [Str "Sub",Space,Str "paragraph"]]]]]]
|
||||
,[Para [Str "Same",Space,Str "list"]]]
|
||||
,BulletList
|
||||
[[Para [Str "Different",Space,Str "list",Space,Str "adjacent",Space,Str "to",Space,Str "the",Space,Str "one",Space,Str "above."]]]]
|
||||
[[Plain [Str "Different",Space,Str "list",Space,Str "adjacent",Space,Str "to",Space,Str "the",Space,Str "one",Space,Str "above."]]]]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[Header 1 ("\1086\1075\1083\1072\1074\1083\1077\1085\1080\1077",["TOCHeading"],[]) [Str "\1054\1075\1083\1072\1074\1083\1077\1085\1080\1077"]
|
||||
[Header 1 ("\1086\1075\1083\1072\1074\1083\1077\1085\1080\1077",["TOC-Heading"],[]) [Str "\1054\1075\1083\1072\1074\1083\1077\1085\1080\1077"]
|
||||
,Para [Link ("",[],[]) [Str "Short",Space,Str "instructions",Space,Str "1"] ("#short-instructions","")]
|
||||
,Para [Link ("",[],[]) [Str "Some",Space,Str "instructions",Space,Str "1"] ("#some-instructions","")]
|
||||
,Para [Link ("",[],[]) [Str "Remote",Space,Str "folder",Space,Str "or",Space,Str "longlonglonglonglong",Space,Str "file",Space,Str "with",Space,Str "manymanymanymany",Space,Str "letters",Space,Str "inside",Space,Str "opening",Space,Str "2"] ("#remote-folder-or-longlonglonglonglong-file-with-manymanymanymany-letters-inside-opening","")]
|
||||
|
|
Loading…
Reference in a new issue