From 90647a56f6a742e7ecc1cec44042e256ff94b802 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 4 Feb 2011 20:37:58 -0800 Subject: Updated tests for new HTML format. Verified against old tests using tidy and diff. --- tests/tables.html | 535 ++++++++++++++++++++++++------------------------------ 1 file changed, 234 insertions(+), 301 deletions(-) (limited to 'tests/tables.html') diff --git a/tests/tables.html b/tests/tables.html index e4dd6be58..59f1390e5 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -1,301 +1,234 @@ -

Simple table with caption:

Demonstration of simple table syntax.
RightLeftCenterDefault
12121212
123123123123
1111

Simple table without caption:

RightLeftCenterDefault
12121212
123123123123
1111

Simple table indented two spaces:

Demonstration of simple table syntax.
RightLeftCenterDefault
12121212
123123123123
1111

Multiline table with caption:

Here's the caption. It may span multiple lines.
Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.

Multiline table without caption:

Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.

Table without column headers:

12121212
123123123123
1111

Multiline table without column headers:

Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here's another one. Note the blank line between rows.
+

Simple table with caption:

+ + + + + + + + + + + + + + + + + + + + + +
Demonstration of simple table syntax.
+Right +Left +Center +Default
+12 +12 +12 +12
+123 +123 +123 +123
+1 +1 +1 +1
+ +

Simple table without caption:

+ + + + + + + + + + + + + + + + + + + + + +
+Right +Left +Center +Default
+12 +12 +12 +12
+123 +123 +123 +123
+1 +1 +1 +1
+ +

Simple table indented two spaces:

+ + + + + + + + + + + + + + + + + + + + + +
Demonstration of simple table syntax.
+Right +Left +Center +Default
+12 +12 +12 +12
+123 +123 +123 +123
+1 +1 +1 +1
+ +

Multiline table with caption:

+ + + + + + + + + + + + + + + + +
Here's the caption. It may span multiple lines.
+Centered Header +Left Aligned +Right Aligned +Default aligned
+First +row +12.0 +Example of a row that spans multiple lines.
+Second +row +5.0 +Here's another one. Note the blank line between rows.
+ +

Multiline table without caption:

+ + + + + + + + + + + + + + + + +
+Centered Header +Left Aligned +Right Aligned +Default aligned
+First +row +12.0 +Example of a row that spans multiple lines.
+Second +row +5.0 +Here's another one. Note the blank line between rows.
+ +

Table without column headers:

+ + + + + + + + + + + + + + + + +
+12 +12 +12 +12
+123 +123 +123 +123
+1 +1 +1 +1
+ +

Multiline table without column headers:

+ + + + + + + + + + + +
+First +row +12.0 +Example of a row that spans multiple lines.
+Second +row +5.0 +Here's another one. Note the blank line between rows.
-- cgit v1.2.3