From ffcecfacb1e60e68e5a486bf815bf77db7a34759 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Thu, 22 Feb 2018 12:06:25 -0500 Subject: Docx reader tests: test custom style extension. --- test/Tests/Readers/Docx.hs | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test/Tests') diff --git a/test/Tests/Readers/Docx.hs b/test/Tests/Readers/Docx.hs index 9c9a8179b..cef80d6d1 100644 --- a/test/Tests/Readers/Docx.hs +++ b/test/Tests/Readers/Docx.hs @@ -372,6 +372,17 @@ tests = [ testGroup "inlines" "image extraction" "docx/image.docx" ] + , testGroup "custom styles" + [ testCompare + "custom styles (`+styles`) not enabled (default)" + "docx/custom-style-reference.docx" + "docx/custom-style-no-styles.native" + , testCompareWithOpts + def{readerExtensions=extensionsFromList [Ext_styles]} + "custom styles (`+styles`) enabled" + "docx/custom-style-reference.docx" + "docx/custom-style-with-styles.native" + ] , testGroup "metadata" [ testCompareWithOpts def{readerStandalone=True} "metadata fields" -- cgit v1.2.3