aboutsummaryrefslogtreecommitdiff
path: root/test/rtf/table_simple.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/rtf/table_simple.native')
-rw-r--r--test/rtf/table_simple.native31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/rtf/table_simple.native b/test/rtf/table_simple.native
new file mode 100644
index 000000000..3cff9ac38
--- /dev/null
+++ b/test/rtf/table_simple.native
@@ -0,0 +1,31 @@
+Pandoc (Meta {unMeta = fromList []})
+[Table ("",[],[]) (Caption Nothing
+ [])
+ [(AlignDefault,ColWidthDefault)
+ ,(AlignDefault,ColWidthDefault)
+ ,(AlignDefault,ColWidthDefault)
+ ,(AlignDefault,ColWidthDefault)]
+ (TableHead ("",[],[])
+ [])
+ [(TableBody ("",[],[]) (RowHeadColumns 0)
+ []
+ [Row ("",[],[])
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "A"]]
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "B"]]
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "C"]]
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "D"]]]
+ ,Row ("",[],[])
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "E"]]
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "F"]]
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "G"]]
+ ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Para [Str "H"]]]])]
+ (TableFoot ("",[],[])
+ [])]