From e23e1f3c22c865ba003c3bd32c5c05bef516c9e8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 09:15:45 -0800 Subject: Added tests for custom writer. --- test/tables.custom | 201 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 201 insertions(+) create mode 100644 test/tables.custom (limited to 'test/tables.custom') diff --git a/test/tables.custom b/test/tables.custom new file mode 100644 index 000000000..410b68d3f --- /dev/null +++ b/test/tables.custom @@ -0,0 +1,201 @@ +

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.