From b40d33b174d11c5f5b9b3011a3a3b6da42d5be20 Mon Sep 17 00:00:00 2001 From: mb21 Date: Sat, 17 Jan 2015 17:28:19 +0100 Subject: fixes #1859 HTML Reader table parsing --- tests/html-reader.html | 247 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) (limited to 'tests/html-reader.html') diff --git a/tests/html-reader.html b/tests/html-reader.html index e9ba2a68b..749925b2a 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -433,6 +433,7 @@ An e-mail address: nobody [at] nowhere.net

text Leading spaces

Trailing spaces text

Tables

+

Tables with Headers

@@ -450,5 +451,251 @@ An e-mail address: nobody [at] nowhere.net
X6
+
+ + + + + + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + + + + + + + +
XYZ
123
456
+
+ + + + + + + + + + + + + + + + + + + + + + +
XYZ
1

2

3
456
+

Tables without Headers

+ + + + + + + + + + + + + +
123
456
+
+ + + + + + + + + + + +
123
456
+
+ + + + + + + + + + + + + + + +
123
456
+
+ + + + + + + + + + + + + + + +
123
456
+

Empty Tables

+

This section should be empty.

+ + + +
+ +
-- cgit v1.2.3