From 463a0e5c3e97d389f150f9646d6a0147ea0cf570 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 27 Feb 2007 07:05:11 +0000 Subject: Changes to test suite for new XHTML output. git-svn-id: https://pandoc.googlecode.com/svn/trunk@550 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.html | 345 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 207 insertions(+), 138 deletions(-) (limited to 'tests/tables.html') diff --git a/tests/tables.html b/tests/tables.html index e145088d2..a4c402b8a 100644 --- a/tests/tables.html +++ b/tests/tables.html @@ -1,138 +1,207 @@ -

- 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.
+

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.
\ No newline at end of file -- cgit v1.2.3