aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhubertp-lshift <hubertp@lshift.de>2016-11-01 10:07:39 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2016-11-01 10:07:39 +0100
commit01a21dd43fe170ba215b83179f6e10d51e77f3f5 (patch)
tree0b2e706018b02dff55382090cdcd807139713d0f /tests
parente08ffa562a36cfa3b7f3ed31dcc9c92979462d75 (diff)
downloadpandoc-01a21dd43fe170ba215b83179f6e10d51e77f3f5.tar.gz
[odt] Infer tables' header props from rows (#3199)
ODT reader simply provided an empty header list which meant that the contents of the whole table, even if not empty, was simply ignored. While we still do not infer headers we at least have to provide default properties of columns.
Diffstat (limited to 'tests')
-rw-r--r--tests/odt/native/simpleTable.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odt/native/simpleTable.native b/tests/odt/native/simpleTable.native
index f94026bd5..0a9b380a5 100644
--- a/tests/odt/native/simpleTable.native
+++ b/tests/odt/native/simpleTable.native
@@ -1 +1 @@
-[Table [] [] [] [] [[[Plain [Str "Content"]],[Plain [Str "More",Space,Str "content"]]]],Para []] \ No newline at end of file
+[Table [] [AlignDefault,AlignDefault] [0.0,0.0] [[],[]] [[[Plain [Str "Content"]],[Plain [Str "More",Space,Str "content"]]]],Para []]