diff options
author | hubertp-lshift <hubertp@lshift.de> | 2016-12-13 17:20:10 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-13 17:20:10 +0100 |
commit | a840e41fad2081245677a1eb1b1c7dc83d24df4c (patch) | |
tree | 53f7532d9af68b61060ea08f8e32e12d24d67205 /tests/Tests/Readers | |
parent | 46fa347471ed3d35578d7ee301f9741c52159b08 (diff) | |
download | pandoc-a840e41fad2081245677a1eb1b1c7dc83d24df4c.tar.gz |
Test case for issue #3223 (#3308)
Diffstat (limited to 'tests/Tests/Readers')
-rw-r--r-- | tests/Tests/Readers/Odt.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Odt.hs b/tests/Tests/Readers/Odt.hs index 7070ff641..56711c76b 100644 --- a/tests/Tests/Readers/Odt.hs +++ b/tests/Tests/Readers/Odt.hs @@ -159,6 +159,7 @@ namesOfTestsComparingToNative = [ "blockquote" , "simpleTable" , "simpleTableWithCaption" -- , "table" + , "textMixedStyles" , "tableWithContents" , "unicode" , "unorderedList" |