$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54137 - branches/quickbook-1.5/test
From: daniel_james_at_[hidden]
Date: 2009-06-21 04:21:48
Author: danieljames
Date: 2009-06-21 04:21:47 EDT (Sun, 21 Jun 2009)
New Revision: 54137
URL: http://svn.boost.org/trac/boost/changeset/54137
Log:
Add missing table tests.
Added:
   branches/quickbook-1.5/test/table_1_5.gold   (contents, props changed)
   branches/quickbook-1.5/test/table_1_5.quickbook   (contents, props changed)
Added: branches/quickbook-1.5/test/table_1_5.gold
==============================================================================
--- (empty file)
+++ branches/quickbook-1.5/test/table_1_5.gold	2009-06-21 04:21:47 EDT (Sun, 21 Jun 2009)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<article id="table_1_5" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
+  <title>Table 1.5</title>
+  <articleinfo>
+  </articleinfo>
+  <table frame="all" id="table1"> <title>Table 1</title>
+  <tgroup cols="1">
+    <thead>
+      <row>
+        <entry>
+        <para>
+          Heading
+        </para>
+        </entry>
+      </row>
+    </thead>
+    <tbody>
+      <row>
+        <entry>
+        <para>
+          cell
+        </para>
+        </entry>
+      </row>
+    </tbody>
+  </tgroup>
+  </table> <table frame="all" id="table_2"> <title>Table 2</title>
+  <tgroup cols="1">
+    <thead>
+      <row>
+        <entry>
+        <para>
+          Heading
+        </para>
+        </entry>
+      </row>
+    </thead>
+    <tbody>
+      <row>
+        <entry>
+        <para>
+          cell
+        </para>
+        </entry>
+      </row>
+    </tbody>
+  </tgroup>
+  </table>
+  <informaltable frame="all">
+    <tgroup cols="1">
+      <thead>
+        <row>
+          <entry>
+          <para>
+            Heading
+          </para>
+          </entry>
+        </row>
+      </thead>
+      <tbody>
+        <row>
+          <entry>
+          <para>
+            cell
+          </para>
+          </entry>
+        </row>
+      </tbody>
+    </tgroup>
+  </informaltable>
+  <informaltable frame="all" id="table4">
+    <tgroup cols="1">
+      <thead>
+        <row>
+          <entry>
+          <para>
+            Heading
+          </para>
+          </entry>
+        </row>
+      </thead>
+      <tbody>
+        <row>
+          <entry>
+          <para>
+            cell
+          </para>
+          </entry>
+        </row>
+      </tbody>
+    </tgroup>
+  </informaltable>
+  <table frame="all" id="_table5_"> <title>-table5-</title>
+  <tgroup cols="1">
+    <thead>
+      <row>
+        <entry>
+        <para>
+          Heading
+        </para>
+        </entry>
+      </row>
+    </thead>
+    <tbody>
+      <row>
+        <entry>
+        <para>
+          cell
+        </para>
+        </entry>
+      </row>
+    </tbody>
+  </tgroup>
+  </table>
+</article>
Added: branches/quickbook-1.5/test/table_1_5.quickbook
==============================================================================
--- (empty file)
+++ branches/quickbook-1.5/test/table_1_5.quickbook	2009-06-21 04:21:47 EDT (Sun, 21 Jun 2009)
@@ -0,0 +1,28 @@
+[article Table 1.5
+    [quickbook 1.5]
+]
+
+[table:table1 Table 1
+    [[Heading]]
+    [[cell]]
+]
+
+[table Table 2
+    [[Heading]]
+    [[cell]]
+]
+
+[table
+    [[Heading]]
+    [[cell]]
+]
+
+[table:table4
+    [[Heading]]
+    [[cell]]
+]
+
+[table:-table5-
+    [[Heading]]
+    [[cell]]
+]
\ No newline at end of file