aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-08-16 14:05:56 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-16 14:05:56 -0400
commit180f5cbe631f63bb9ea9791bb02a8c9fa0ce0c37 (patch)
tree328b7db8c4266d359a518731fa470e361a7ae91a /tests/Tests/Readers
parent9969b2ebee7a9e8d586ef0a369bc6c549c7a8df6 (diff)
downloadpandoc-180f5cbe631f63bb9ea9791bb02a8c9fa0ce0c37.tar.gz
Docx reader: Test for character styles.
Diffstat (limited to 'tests/Tests/Readers')
-rw-r--r--tests/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index 0e0f6c2c5..234b1b5b7 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -103,6 +103,10 @@ tests = [ testGroup "inlines"
"docx/inline_formatting.docx"
"docx/inline_formatting.native"
, testCompare
+ "font formatting with character styles"
+ "docx/char_styles.docx"
+ "docx/char_styles.native"
+ , testCompare
"hyperlinks"
"docx/links.docx"
"docx/links.native"