diff options
Diffstat (limited to 'tests/Tests/Readers/Odt.hs')
-rw-r--r-- | tests/Tests/Readers/Odt.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Tests/Readers/Odt.hs b/tests/Tests/Readers/Odt.hs index 4d9936bf0..cf30b8398 100644 --- a/tests/Tests/Readers/Odt.hs +++ b/tests/Tests/Readers/Odt.hs @@ -1,6 +1,5 @@ module Tests.Readers.Odt (tests) where -import Prelude import Control.Monad ( liftM ) import Text.Pandoc.Options import Text.Pandoc.Readers.Native @@ -163,4 +162,4 @@ namesOfTestsComparingToNative = [ "blockquote" -- , "table" , "unicode" , "unorderedList" - ] + ]
\ No newline at end of file |