mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Docx Reader: Add tests for numbered headers.
This commit is contained in:
@@ -152,6 +152,10 @@ tests = [ testGroup "inlines"
|
||||
"headers already having auto identifiers"
|
||||
"docx/already_auto_ident.docx"
|
||||
"docx/already_auto_ident.native"
|
||||
, testCompare
|
||||
"numbered headers automatically made into list"
|
||||
"docx/numbered_header.docx"
|
||||
"docx/numbered_header.native"
|
||||
, testCompare
|
||||
"lists"
|
||||
"docx/lists.docx"
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
[Header 1 ("a-numbered-header.",[],[]) [Str "A",Space,Str "Numbered",Space,Str "Header."]]
|
||||
Reference in New Issue
Block a user