aboutsummaryrefslogtreecommitdiff
path: root/test/docx/0_level_headers.native
diff options
context:
space:
mode:
authorNikolay Yakimov <root@livid.pp.ru>2019-09-14 19:45:30 +0300
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-21 11:37:21 -0700
commit5c5d1a65d95fcdde0769935a4776e67c336f113a (patch)
tree69e2b63d0a124f769bb8482e33fcd04b8797c876 /test/docx/0_level_headers.native
parent14b00517ae6df7d4bb24b418530c8b57182c787c (diff)
downloadpandoc-5c5d1a65d95fcdde0769935a4776e67c336f113a.tar.gz
[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.
Diffstat (limited to 'test/docx/0_level_headers.native')
-rw-r--r--test/docx/0_level_headers.native4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/docx/0_level_headers.native b/test/docx/0_level_headers.native
index 804ad8732..6d8269b21 100644
--- a/test/docx/0_level_headers.native
+++ b/test/docx/0_level_headers.native
@@ -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"]