|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63736 - trunk/tools/quickbook/test
From: daniel_james_at_[hidden]
Date: 2010-07-08 03:14:36
Author: danieljames
Date: 2010-07-08 03:14:35 EDT (Thu, 08 Jul 2010)
New Revision: 63736
URL: http://svn.boost.org/trac/boost/changeset/63736
Log:
Copy tests from spirit 2 branch.
The only remaining difference is the invalid output for callouts.
Text files modified:
trunk/tools/quickbook/test/table_1_5.gold | 33 +++++++++++++++++++++++++++++++++
trunk/tools/quickbook/test/table_1_5.quickbook | 5 +++++
trunk/tools/quickbook/test/template-section.gold | 2 +-
trunk/tools/quickbook/test/template-section.quickbook | 2 +-
4 files changed, 40 insertions(+), 2 deletions(-)
Modified: trunk/tools/quickbook/test/table_1_5.gold
==============================================================================
--- trunk/tools/quickbook/test/table_1_5.gold (original)
+++ trunk/tools/quickbook/test/table_1_5.gold 2010-07-08 03:14:35 EDT (Thu, 08 Jul 2010)
@@ -142,5 +142,38 @@
</tbody>
</tgroup>
</table>
+ <table frame="all" id="table_1_5.section1.a___b">
+ <title>A & B</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>
+ <para>
+ A
+ </para>
+ </entry>
+ <entry>
+ <para>
+ B
+ </para>
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <para>
+ a
+ </para>
+ </entry>
+ <entry>
+ <para>
+ b
+ </para>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
</section>
</article>
Modified: trunk/tools/quickbook/test/table_1_5.quickbook
==============================================================================
--- trunk/tools/quickbook/test/table_1_5.quickbook (original)
+++ trunk/tools/quickbook/test/table_1_5.quickbook 2010-07-08 03:14:35 EDT (Thu, 08 Jul 2010)
@@ -35,4 +35,9 @@
[[cell]]
]
+[table A & B
+ [[A][B]]
+ [[a][b]]
+]
+
[endsect]
\ No newline at end of file
Modified: trunk/tools/quickbook/test/template-section.gold
==============================================================================
--- trunk/tools/quickbook/test/template-section.gold (original)
+++ trunk/tools/quickbook/test/template-section.gold 2010-07-08 03:14:35 EDT (Thu, 08 Jul 2010)
@@ -6,7 +6,7 @@
<articleinfo>
</articleinfo>
<para>
- It's a pity if the whole template is wrapped in a paragraph.
+ Some text before the section.
</para>
<section id="section_in_a_template.test">
<title><link linkend="section_in_a_template.test">Test</link></title>
Modified: trunk/tools/quickbook/test/template-section.quickbook
==============================================================================
--- trunk/tools/quickbook/test/template-section.quickbook (original)
+++ trunk/tools/quickbook/test/template-section.quickbook 2010-07-08 03:14:35 EDT (Thu, 08 Jul 2010)
@@ -4,7 +4,7 @@
[template nestedsection[]
-It's a pity if the whole template is wrapped in a paragraph.
+Some text before the section.
[section Test]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk