diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-04-05 10:13:15 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-04-05 10:14:06 -0700 |
commit | 7e99178a097ad824c60c72f8f289626dff04e0ff (patch) | |
tree | 6506188e304e94811bcd6e8d10329dff1889df72 /test/docx | |
parent | 26fdd40370d0e6a88e9f02a49b72f2b3945dce8b (diff) | |
download | pandoc-7e99178a097ad824c60c72f8f289626dff04e0ff.tar.gz |
Changes to tests to accommodate changes in pandoc-types.
In https://github.com/jgm/pandoc-types/pull/36 we changed
the table builder to pad cells. This commit changes tests
(and two readers) to accord with this behavior.
Diffstat (limited to 'test/docx')
-rw-r--r-- | test/docx/table_variable_width.native | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/docx/table_variable_width.native b/test/docx/table_variable_width.native index 9d3b961df..b85e58d41 100644 --- a/test/docx/table_variable_width.native +++ b/test/docx/table_variable_width.native @@ -6,8 +6,11 @@ ,[Plain [Str "h5"]]] [[[Plain [Str "c11"]] ,[] + ,[] + ,[] ,[]] ,[[] ,[Plain [Str "c22"]] ,[Plain [Str "c23"]] + ,[] ,[]]]] |