summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Tests/Readers/Odt.hs1
-rw-r--r--tests/odt/native/tableWithContents.native1
-rw-r--r--tests/odt/odt/tableWithContents.odtbin0 -> 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
new file mode 100644
index 000000000..392e4202c
--- /dev/null
+++ b/tests/odt/odt/tableWithContents.odt
Binary files differ