aboutsummaryrefslogtreecommitdiff
path: root/test/docx/table_one_row.native
diff options
context:
space:
mode:
authorEmily Bourke <undergroundquizscene@gmail.com>2021-04-11 21:42:53 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-05-28 20:15:23 +0200
commit44484d0dee1bd095240b9faf26f8d1dad8e560ea (patch)
treed7aea87989f34d3e85b9690a91f84cf0e33a314c /test/docx/table_one_row.native
parent4842c5fb828c3c34d816fa7bccd4656857742a0b (diff)
downloadpandoc-44484d0dee1bd095240b9faf26f8d1dad8e560ea.tar.gz
Docx reader: Read table column widths.
Diffstat (limited to 'test/docx/table_one_row.native')
-rw-r--r--test/docx/table_one_row.native8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/docx/table_one_row.native b/test/docx/table_one_row.native
index e9188b145..88d5e3af5 100644
--- a/test/docx/table_one_row.native
+++ b/test/docx/table_one_row.native
@@ -1,8 +1,8 @@
[Table ("",[],[]) (Caption Nothing
[])
- [(AlignDefault,ColWidthDefault)
- ,(AlignDefault,ColWidthDefault)
- ,(AlignDefault,ColWidthDefault)]
+ [(AlignDefault,ColWidth 0.3333333333333333)
+ ,(AlignDefault,ColWidth 0.3333333333333333)
+ ,(AlignDefault,ColWidth 0.3333333333333333)]
(TableHead ("",[],[])
[])
[(TableBody ("",[],[]) (RowHeadColumns 0)
@@ -15,4 +15,4 @@
,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "Table"]]]])]
(TableFoot ("",[],[])
- [])] \ No newline at end of file
+ [])]