summaryrefslogtreecommitdiff
path: root/tests/tables.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-07 19:34:57 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-07 19:34:57 +0000
commit44bbe5c7deda6db9a69632ea7812409178b06438 (patch)
treeaae51daf0dcc6a33192c3271f3dde9e7717e0cf7 /tests/tables.native
parent1f3b48c1932f8f3e264cb60d939a41dab3bab5e8 (diff)
Added test for headerless table.
Updated test cases for latex and html. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1862 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables.native')
-rw-r--r--tests/tables.native20
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/tables.native b/tests/tables.native
index aa967318d..14931c76c 100644
--- a/tests/tables.native
+++ b/tests/tables.native
@@ -80,5 +80,23 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[ [ Plain [Str "Second"] ]
, [ Plain [Str "row"] ]
, [ Plain [Str "5",Str ".",Str "0"] ]
- , [ Plain [Str "Here",Str "'",Str "s",Space,Str "another",Space,Str "one",Str ".",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows",Str "."] ] ] ] ]
+ , [ Plain [Str "Here",Str "'",Str "s",Space,Str "another",Space,Str "one",Str ".",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows",Str "."] ] ] ]
+, Para [Str "Table",Space,Str "without",Space,Str "column",Space,Str "headers:"]
+, Table [] [AlignRight,AlignLeft,AlignCenter,AlignRight] [0.0,0.0,0.0,0.0]
+ [ []
+ , []
+ , []
+ , [] ] [
+ [ [ Plain [Str "12"] ]
+ , [ Plain [Str "12"] ]
+ , [ Plain [Str "12"] ]
+ , [ Plain [Str "12"] ] ],
+ [ [ Plain [Str "123"] ]
+ , [ Plain [Str "123"] ]
+ , [ Plain [Str "123"] ]
+ , [ Plain [Str "123"] ] ],
+ [ [ Plain [Str "1"] ]
+ , [ Plain [Str "1"] ]
+ , [ Plain [Str "1"] ]
+ , [ Plain [Str "1"] ] ] ] ]