aboutsummaryrefslogtreecommitdiff
path: root/tests/tables.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-03-05 13:01:23 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-03-05 13:01:23 -0800
commitf3c9d3788530e450d1bb23a4fd829bc5a6eed266 (patch)
tree410cf49e56e2b3124f161645956cc8ff8bd36cd3 /tests/tables.html
parent6fda3619770f7c07ccbfc8a51614c55e01b740d8 (diff)
downloadpandoc-f3c9d3788530e450d1bb23a4fd829bc5a6eed266.tar.gz
HTML writer: Add colgroup around col tags.
Also affects EPUB writer. Closes #877.
Diffstat (limited to 'tests/tables.html')
-rw-r--r--tests/tables.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tables.html b/tests/tables.html
index b72aa784e..a9b2b247d 100644
--- a/tests/tables.html
+++ b/tests/tables.html
@@ -96,10 +96,12 @@
<p>Multiline table with caption:</p>
<table>
<caption>Here's the caption. It may span multiple lines.</caption>
+<colgroup>
<col width="15%" />
<col width="13%" />
<col width="16%" />
<col width="33%" />
+</colgroup>
<thead>
<tr class="header">
<th align="center">Centered Header</th>
@@ -125,10 +127,12 @@
</table>
<p>Multiline table without caption:</p>
<table>
+<colgroup>
<col width="15%" />
<col width="13%" />
<col width="16%" />
<col width="33%" />
+</colgroup>
<thead>
<tr class="header">
<th align="center">Centered Header</th>
@@ -177,10 +181,12 @@
</table>
<p>Multiline table without column headers:</p>
<table>
+<colgroup>
<col width="15%" />
<col width="13%" />
<col width="16%" />
<col width="33%" />
+</colgroup>
<tbody>
<tr class="odd">
<td align="center">First</td>