diff options
| author | Emily Bourke <undergroundquizscene@gmail.com> | 2021-04-11 21:42:53 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-05-28 20:15:23 +0200 |
| commit | 44484d0dee1bd095240b9faf26f8d1dad8e560ea (patch) | |
| tree | d7aea87989f34d3e85b9690a91f84cf0e33a314c /test/docx/table_with_list_cell.native | |
| parent | 4842c5fb828c3c34d816fa7bccd4656857742a0b (diff) | |
Docx reader: Read table column widths.
Diffstat (limited to 'test/docx/table_with_list_cell.native')
| -rw-r--r-- | test/docx/table_with_list_cell.native | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/docx/table_with_list_cell.native b/test/docx/table_with_list_cell.native index 06d8606da..51a35184b 100644 --- a/test/docx/table_with_list_cell.native +++ b/test/docx/table_with_list_cell.native @@ -1,7 +1,7 @@ [Table ("",[],[]) (Caption Nothing []) - [(AlignDefault,ColWidthDefault) - ,(AlignDefault,ColWidthDefault)] + [(AlignDefault,ColWidth 0.5) + ,(AlignDefault,ColWidth 0.5)] (TableHead ("",[],[]) [Row ("",[],[]) [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1) @@ -22,4 +22,4 @@ ,[Para [Str "A"]] ,[Para [Str "Numbered",Space,Str "list."]]]]]])] (TableFoot ("",[],[]) - [])]
\ No newline at end of file + [])] |
