From a9429e951cc86abd79efbd12b22d25b5203828db Mon Sep 17 00:00:00 2001 From: Sergey Astanin Date: Thu, 19 Apr 2012 03:03:32 +0200 Subject: Test suite for FB2 writer. --- tests/tables.fb2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/tables.fb2 (limited to 'tests/tables.fb2') diff --git a/tests/tables.fb2 b/tests/tables.fb2 new file mode 100644 index 000000000..f636e9fd4 --- /dev/null +++ b/tests/tables.fb2 @@ -0,0 +1,2 @@ + +pandoc<p />

Simple table with caption:

RightLeftCenterDefault
12121212
123123123123
1111

Demonstration of simple table syntax.

Simple table without caption:

RightLeftCenterDefault
12121212
123123123123
1111

Simple table indented two spaces:

RightLeftCenterDefault
12121212
123123123123
1111

Demonstration of simple table syntax.

Multiline table with 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.

Here's the caption. It may span multiple lines.

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.

\ No newline at end of file -- cgit v1.2.3