aboutsummaryrefslogtreecommitdiff
path: root/test/docx/table_with_list_cell.native
diff options
context:
space:
mode:
authordespresc <christian.j.j.despres@gmail.com>2020-04-05 19:53:35 -0400
committerdespresc <christian.j.j.despres@gmail.com>2020-04-15 23:03:22 -0400
commitd368536a4ebfc542a58bd9bec6718590711c6efb (patch)
treecc4b48ef890eae806b616ce0221b1284ebfb3421 /test/docx/table_with_list_cell.native
parent4e34d366df31937cdc69b6b366355f10a84c16b2 (diff)
downloadpandoc-d368536a4ebfc542a58bd9bec6718590711c6efb.tar.gz
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
Diffstat (limited to 'test/docx/table_with_list_cell.native')
-rw-r--r--test/docx/table_with_list_cell.native10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/docx/table_with_list_cell.native b/test/docx/table_with_list_cell.native
index 21e510e72..06d8606da 100644
--- a/test/docx/table_with_list_cell.native
+++ b/test/docx/table_with_list_cell.native
@@ -4,19 +4,19 @@
,(AlignDefault,ColWidthDefault)]
(TableHead ("",[],[])
[Row ("",[],[])
- [Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "Cell",Space,Str "with",Space,Str "text"]]
- ,Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "Cell",Space,Str "with",Space,Str "text"]]]])
- [(TableBody ("",[],[]) (RowHeadColumns {getRowHeadColumns = 0})
+ [(TableBody ("",[],[]) (RowHeadColumns 0)
[]
[Row ("",[],[])
- [Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[BulletList
[[Para [Str "Cell",Space,Str "with"]]
,[Para [Str "A"]]
,[Para [Str "Bullet",Space,Str "list"]]]]
- ,Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[OrderedList (1,Decimal,Period)
[[Para [Str "Cell",Space,Str "with"]]
,[Para [Str "A"]]