From 8bbd11bf210b33dfe9846b83be8d6bd108cef2b9 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Mon, 9 Jul 2007 02:19:15 +0000 Subject: + Cleaned up runtests.pl. Incorporated table tests in loop with main writer tests. + Renamed tables.tex to tables.latex, tables.db to tables.docbook, for consistency with the writer tests. git-svn-id: https://pandoc.googlecode.com/svn/trunk@661 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/tables.docbook | 286 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 tests/tables.docbook (limited to 'tests/tables.docbook') diff --git a/tests/tables.docbook b/tests/tables.docbook new file mode 100644 index 000000000..0bb094307 --- /dev/null +++ b/tests/tables.docbook @@ -0,0 +1,286 @@ + + 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. + + + -- cgit v1.2.3