summaryrefslogtreecommitdiff
path: root/tests/tables-rstsubset.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-11 03:01:27 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-11 03:01:27 +0000
commita34afa91efd1ba313d0a2b4a52a878d6e2453730 (patch)
treeae98fdc323ed31f9478904ee31328451dcfe2f1d /tests/tables-rstsubset.native
parentea6721944903122b53c657b4901dbf687a1e416a (diff)
RST writer: Fixed headerless tables.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1879 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/tables-rstsubset.native')
-rw-r--r--tests/tables-rstsubset.native32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/tables-rstsubset.native b/tests/tables-rstsubset.native
index fb01230c7..f26e46e90 100644
--- a/tests/tables-rstsubset.native
+++ b/tests/tables-rstsubset.native
@@ -83,5 +83,37 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[ [ Plain [Str "Second"] ]
, [ Plain [Str "row"] ]
, [ Plain [Str "5.0"] ]
+ , [ Plain [Str "Here's",Space,Str "another",Space,Str "one.",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows."] ] ] ]
+, Para [Str "Table",Space,Str "without",Space,Str "column",Space,Str "headers",Str ":"]
+, Table [] [AlignDefault,AlignDefault,AlignDefault,AlignDefault] [0.1,0.1,0.1,0.1]
+ [ []
+ , []
+ , []
+ , [] ] [
+ [ [ 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"] ] ] ]
+, Para [Str "Multiline",Space,Str "table",Space,Str "without",Space,Str "column",Space,Str "headers",Str ":"]
+, Table [] [AlignDefault,AlignDefault,AlignDefault,AlignDefault] [0.175,0.1625,0.1875,0.3625]
+ [ []
+ , []
+ , []
+ , [] ] [
+ [ [ Plain [Str "First"] ]
+ , [ Plain [Str "row"] ]
+ , [ Plain [Str "12.0"] ]
+ , [ Plain [Str "Example",Space,Str "of",Space,Str "a",Space,Str "row",Space,Str "that",Space,Str "spans",Space,Str "multiple",Space,Str "lines."] ] ],
+ [ [ Plain [Str "Second"] ]
+ , [ Plain [Str "row"] ]
+ , [ Plain [Str "5.0"] ]
, [ Plain [Str "Here's",Space,Str "another",Space,Str "one.",Space,Str "Note",Space,Str "the",Space,Str "blank",Space,Str "line",Space,Str "between",Space,Str "rows."] ] ] ] ]