Docx Reader: Add tests for numbered headers.

This commit is contained in:
Jesse Rosenthal 2014-09-04 19:39:49 -04:00
parent ac8ed1fa93
commit 08359c44e4
3 changed files with 5 additions and 0 deletions

View file

@ -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.

View file

@ -0,0 +1 @@
[Header 1 ("a-numbered-header.",[],[]) [Str "A",Space,Str "Numbered",Space,Str "Header."]]