aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.html
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.html
parent1f3b48c1932f8f3e264cb60d939a41dab3bab5e8 (diff)
downloadpandoc-44bbe5c7deda6db9a69632ea7812409178b06438.tar.gz
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.html')
-rw-r--r--tests/tables.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/tables.html b/tests/tables.html
index 49b44661c..42e3ec37f 100644
--- a/tests/tables.html
+++ b/tests/tables.html
@@ -204,4 +204,38 @@
>Here's another one. Note the blank line between rows.</td
></tr
></table
+><p
+>Table without column headers:</p
+><table
+><tr class="odd"
+ ><td align="right"
+ >12</td
+ ><td align="left"
+ >12</td
+ ><td align="center"
+ >12</td
+ ><td align="right"
+ >12</td
+ ></tr
+ ><tr class="even"
+ ><td align="right"
+ >123</td
+ ><td align="left"
+ >123</td
+ ><td align="center"
+ >123</td
+ ><td align="right"
+ >123</td
+ ></tr
+ ><tr class="odd"
+ ><td align="right"
+ >1</td
+ ><td align="left"
+ >1</td
+ ><td align="center"
+ >1</td
+ ><td align="right"
+ >1</td
+ ></tr
+ ></table
>