From 533dd14f985545601b33e50fac87f1e31016e292 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 13 Mar 2010 03:19:13 +0000 Subject: Man writer: properly handle headerless tables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1881 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.man | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'tests/tables.man') diff --git a/tests/tables.man b/tests/tables.man index f49d07b0b..35922b4df 100644 --- a/tests/tables.man +++ b/tests/tables.man @@ -205,3 +205,63 @@ Here\[aq]s another one. Note the blank line between rows. T} .TE +.PP +Table without column headers: +.PP +.TS +tab(@); +r l c r. +T{ +12 +T}@T{ +12 +T}@T{ +12 +T}@T{ +12 +T} +T{ +123 +T}@T{ +123 +T}@T{ +123 +T}@T{ +123 +T} +T{ +1 +T}@T{ +1 +T}@T{ +1 +T}@T{ +1 +T} +.TE +.PP +Multiline table without column headers: +.PP +.TS +tab(@); +cw(10.50n) lw(9.63n) rw(11.38n) lw(23.63n). +T{ +First +T}@T{ +row +T}@T{ +12.0 +T}@T{ +Example of a row that spans multiple lines. +T} +T{ +Second +T}@T{ +row +T}@T{ +5.0 +T}@T{ +Here\[aq]s another one. +Note the blank line between rows. +T} +.TE -- cgit v1.2.3