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 | |
parent | 3354f5a0cac2ad5aefdd0a86ec4eb1125efff2c1 (diff) | |
download | pandoc-46fa347471ed3d35578d7ee301f9741c52159b08.tar.gz |
Test case for bug 2752 (#3306)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tests/Readers/Odt.hs | 1 | ||||
-rw-r--r-- | tests/odt/native/tableWithContents.native | 1 | ||||
-rw-r--r-- | tests/odt/odt/tableWithContents.odt | bin | 0 -> 8817 bytes |
3 files changed, 2 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" ] diff --git a/tests/odt/native/tableWithContents.native b/tests/odt/native/tableWithContents.native new file mode 100644 index 000000000..b1d3c5765 --- /dev/null +++ b/tests/odt/native/tableWithContents.native @@ -0,0 +1 @@ +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] [[],[]] [[[Plain [Str "A"]],[Plain [Str "B"]]],[[Plain [Str "C"]],[Plain [Str "D"]]]],Para []] diff --git a/tests/odt/odt/tableWithContents.odt b/tests/odt/odt/tableWithContents.odt Binary files differnew file mode 100644 index 000000000..392e4202c --- /dev/null +++ b/tests/odt/odt/tableWithContents.odt |