diff options
Diffstat (limited to 'tests/docx/tables.native')
-rw-r--r-- | tests/docx/tables.native | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/docx/tables.native b/tests/docx/tables.native index cf23cf404..ae326950a 100644 --- a/tests/docx/tables.native +++ b/tests/docx/tables.native @@ -17,13 +17,15 @@ ,[Plain [Str "High"]] ,[Plain [Str "Tacky",Space,Str "uniform"]]]] ,Table [] [AlignDefault,AlignDefault] [0.0,0.0] - [] + [[] + ,[]] [[[Plain [Str "Sinple"]] ,[Plain [Str "Table"]]] ,[[Plain [Str "Without"]] ,[Plain [Str "Header"]]]] ,Table [] [AlignDefault,AlignDefault] [0.0,0.0] - [] + [[] + ,[]] [[[Para [Str "Simple"] ,Para [Str "Multiparagraph"]] ,[Para [Str "Table"] |