diff options
author | hubertp-lshift <hubertp@lshift.de> | 2016-12-13 14:20:21 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-12-13 14:20:21 +0100 |
commit | 46fa347471ed3d35578d7ee301f9741c52159b08 (patch) | |
tree | 976eb69e8388d519dd6dc8945237052e3b30f056 /tests/Tests | |
parent | 3354f5a0cac2ad5aefdd0a86ec4eb1125efff2c1 (diff) | |
download | pandoc-46fa347471ed3d35578d7ee301f9741c52159b08.tar.gz |
Test case for bug 2752 (#3306)
Diffstat (limited to 'tests/Tests')
-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 c4fc6fcc1..7070ff641 100644 --- a/tests/Tests/Readers/Odt.hs +++ b/tests/Tests/Readers/Odt.hs @@ -159,6 +159,7 @@ namesOfTestsComparingToNative = [ "blockquote" , "simpleTable" , "simpleTableWithCaption" -- , "table" + , "tableWithContents" , "unicode" , "unorderedList" ] |