From 7e99178a097ad824c60c72f8f289626dff04e0ff Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 5 Apr 2018 10:13:15 -0700 Subject: 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. --- test/docx/table_variable_width.native | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/docx') 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 @@ -5,9 +5,12 @@ ,[Plain [Str "h4"]] ,[Plain [Str "h5"]]] [[[Plain [Str "c11"]] + ,[] + ,[] ,[] ,[]] ,[[] ,[Plain [Str "c22"]] ,[Plain [Str "c23"]] + ,[] ,[]]]] -- cgit v1.2.3