diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-09-04 19:39:49 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-09-04 19:39:49 -0400 |
commit | 08359c44e48987212867dc24f4db83ee611c8246 (patch) | |
tree | d6ddaa6925317e5b3cccb07d5f7c138248b9b3da /tests/Tests/Readers | |
parent | ac8ed1fa93f4ddb9d11744ec42c5224654d61dbf (diff) | |
download | pandoc-08359c44e48987212867dc24f4db83ee611c8246.tar.gz |
Docx Reader: Add tests for numbered headers.
Diffstat (limited to 'tests/Tests/Readers')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs index 234b1b5b7..83f572131 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -153,6 +153,10 @@ tests = [ testGroup "inlines" "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" "docx/lists.native" |