aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-16 15:39:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-16 15:39:56 -0700
commit7672997d18084bf2b12005eb73fd2453245637e4 (patch)
tree9e203415852cb247722b654bc4e2c2815c539b3f /tests/Tests/Readers/Docx.hs
parentb5782456506d585f4fbc7fd59556f29430c172b8 (diff)
parent9bb0b99981bb23eb0afe1befa78f34614fff3ecf (diff)
downloadpandoc-7672997d18084bf2b12005eb73fd2453245637e4.tar.gz
Merge pull request #1540 from jkr/charStyles
Char styles
Diffstat (limited to 'tests/Tests/Readers/Docx.hs')
-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"