From f3c9d3788530e450d1bb23a4fd829bc5a6eed266 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 5 Mar 2014 13:01:23 -0800 Subject: HTML writer: Add colgroup around col tags. Also affects EPUB writer. Closes #877. --- tests/tables.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/tables.html') 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 @@

Multiline table with caption:

++ @@ -125,10 +127,12 @@
Here's the caption. It may span multiple lines.
Centered Header

Multiline table without caption:

++ @@ -177,10 +181,12 @@
Centered Header

Multiline table without column headers:

++ -- cgit v1.2.3
First