summaryrefslogtreecommitdiff
path: root/tests/tables.docbook
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-24 10:49:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-24 10:49:04 -0700
commita080dde1efb823e6e25e6ba0ead2afeb76012e43 (patch)
tree6165e39a24544d1387a201790541147e0f7478ab /tests/tables.docbook
parenta9ae23fa15d769ab9b05f483c8511e96cc684403 (diff)
parentde5ee82ed0e287ada3a5b272d8365a04fe8e9f95 (diff)
Merge tag 'upstream/2.1.2_dfsg'
Upstream version 2.1.2~dfsg # gpg: Signature made Tue 24 Apr 2018 10:48:48 AM MST # gpg: using RSA key 9B917007AE030E36E4FC248B695B7AE4BF066240 # gpg: issuer "spwhitton@spwhitton.name" # gpg: Good signature from "Sean Whitton <spwhitton@spwhitton.name>" [ultimate] # Primary key fingerprint: 8DC2 487E 51AB DD90 B5C4 753F 0F56 D055 3B6D 411B # Subkey fingerprint: 9B91 7007 AE03 0E36 E4FC 248B 695B 7AE4 BF06 6240
Diffstat (limited to 'tests/tables.docbook')
-rw-r--r--tests/tables.docbook432
1 files changed, 0 insertions, 432 deletions
diff --git a/tests/tables.docbook b/tests/tables.docbook
deleted file mode 100644
index 6224cf222..000000000
--- a/tests/tables.docbook
+++ /dev/null
@@ -1,432 +0,0 @@
-<para>
- Simple table with caption:
-</para>
-<table>
- <title>
- Demonstration of simple table syntax.
- </title>
- <tgroup cols="4">
- <colspec align="right" />
- <colspec align="left" />
- <colspec align="center" />
- <colspec align="left" />
- <thead>
- <row>
- <entry>
- Right
- </entry>
- <entry>
- Left
- </entry>
- <entry>
- Center
- </entry>
- <entry>
- Default
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- </row>
- <row>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- </row>
- <row>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- </row>
- </tbody>
- </tgroup>
-</table>
-<para>
- Simple table without caption:
-</para>
-<informaltable>
- <tgroup cols="4">
- <colspec align="right" />
- <colspec align="left" />
- <colspec align="center" />
- <colspec align="left" />
- <thead>
- <row>
- <entry>
- Right
- </entry>
- <entry>
- Left
- </entry>
- <entry>
- Center
- </entry>
- <entry>
- Default
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- </row>
- <row>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- </row>
- <row>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- </row>
- </tbody>
- </tgroup>
-</informaltable>
-<para>
- Simple table indented two spaces:
-</para>
-<table>
- <title>
- Demonstration of simple table syntax.
- </title>
- <tgroup cols="4">
- <colspec align="right" />
- <colspec align="left" />
- <colspec align="center" />
- <colspec align="left" />
- <thead>
- <row>
- <entry>
- Right
- </entry>
- <entry>
- Left
- </entry>
- <entry>
- Center
- </entry>
- <entry>
- Default
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- </row>
- <row>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- </row>
- <row>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- </row>
- </tbody>
- </tgroup>
-</table>
-<para>
- Multiline table with caption:
-</para>
-<table>
- <title>
- Here's the caption. It may span multiple lines.
- </title>
- <tgroup cols="4">
- <colspec colwidth="15*" align="center" />
- <colspec colwidth="13*" align="left" />
- <colspec colwidth="16*" align="right" />
- <colspec colwidth="33*" align="left" />
- <thead>
- <row>
- <entry>
- Centered Header
- </entry>
- <entry>
- Left Aligned
- </entry>
- <entry>
- Right Aligned
- </entry>
- <entry>
- Default aligned
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- First
- </entry>
- <entry>
- row
- </entry>
- <entry>
- 12.0
- </entry>
- <entry>
- Example of a row that spans multiple lines.
- </entry>
- </row>
- <row>
- <entry>
- Second
- </entry>
- <entry>
- row
- </entry>
- <entry>
- 5.0
- </entry>
- <entry>
- Here's another one. Note the blank line between rows.
- </entry>
- </row>
- </tbody>
- </tgroup>
-</table>
-<para>
- Multiline table without caption:
-</para>
-<informaltable>
- <tgroup cols="4">
- <colspec colwidth="15*" align="center" />
- <colspec colwidth="13*" align="left" />
- <colspec colwidth="16*" align="right" />
- <colspec colwidth="33*" align="left" />
- <thead>
- <row>
- <entry>
- Centered Header
- </entry>
- <entry>
- Left Aligned
- </entry>
- <entry>
- Right Aligned
- </entry>
- <entry>
- Default aligned
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- First
- </entry>
- <entry>
- row
- </entry>
- <entry>
- 12.0
- </entry>
- <entry>
- Example of a row that spans multiple lines.
- </entry>
- </row>
- <row>
- <entry>
- Second
- </entry>
- <entry>
- row
- </entry>
- <entry>
- 5.0
- </entry>
- <entry>
- Here's another one. Note the blank line between rows.
- </entry>
- </row>
- </tbody>
- </tgroup>
-</informaltable>
-<para>
- Table without column headers:
-</para>
-<informaltable>
- <tgroup cols="4">
- <colspec align="right" />
- <colspec align="left" />
- <colspec align="center" />
- <colspec align="right" />
- <tbody>
- <row>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- <entry>
- 12
- </entry>
- </row>
- <row>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- <entry>
- 123
- </entry>
- </row>
- <row>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- <entry>
- 1
- </entry>
- </row>
- </tbody>
- </tgroup>
-</informaltable>
-<para>
- Multiline table without column headers:
-</para>
-<informaltable>
- <tgroup cols="4">
- <colspec colwidth="15*" align="center" />
- <colspec colwidth="13*" align="left" />
- <colspec colwidth="16*" align="right" />
- <colspec colwidth="33*" align="left" />
- <tbody>
- <row>
- <entry>
- First
- </entry>
- <entry>
- row
- </entry>
- <entry>
- 12.0
- </entry>
- <entry>
- Example of a row that spans multiple lines.
- </entry>
- </row>
- <row>
- <entry>
- Second
- </entry>
- <entry>
- row
- </entry>
- <entry>
- 5.0
- </entry>
- <entry>
- Here's another one. Note the blank line between rows.
- </entry>
- </row>
- </tbody>
- </tgroup>
-</informaltable>