aboutsummaryrefslogtreecommitdiff
path: root/test/command/3348.md
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/command/3348.md
parent4e34d366df31937cdc69b6b366355f10a84c16b2 (diff)
downloadpandoc-d368536a4ebfc542a58bd9bec6718590711c6efb.tar.gz
Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors
Diffstat (limited to 'test/command/3348.md')
-rw-r--r--test/command/3348.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/command/3348.md b/test/command/3348.md
index d4a3c5676..04c48c35d 100644
--- a/test/command/3348.md
+++ b/test/command/3348.md
@@ -13,21 +13,21 @@
,(AlignLeft,ColWidth 0.6805555555555556)]
(TableHead ("",[],[])
[Row ("",[],[])
- [Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[]
- ,Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[]]])
- [(TableBody ("",[],[]) (RowHeadColumns {getRowHeadColumns = 0})
+ [(TableBody ("",[],[]) (RowHeadColumns 0)
[]
[Row ("",[],[])
- [Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "foo"]]
- ,Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "bar"]]]
,Row ("",[],[])
- [Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "foo"]]
- ,Cell ("",[],[]) AlignDefault (RowSpan {getRowSpan = 1}) (ColSpan {getColSpan = 1})
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
[Plain [Str "this",Space,Str "is",Space,Str "a",Space,Str "long",SoftBreak,Str "line",Space,Str "of",Space,Str "text"]]]])]
(TableFoot ("",[],[])
[])]