Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65347 - branches/quickbook-1.5-spirit2/test
From: dnljms_at_[hidden]
Date: 2010-09-07 18:36:55


Author: danieljames
Date: 2010-09-07 18:36:43 EDT (Tue, 07 Sep 2010)
New Revision: 65347
URL: http://svn.boost.org/trac/boost/changeset/65347

Log:
A few extra quickbook tests.
Text files modified:
   branches/quickbook-1.5-spirit2/test/para-test.gold | 8 ++++
   branches/quickbook-1.5-spirit2/test/para-test.quickbook | 7 ++++
   branches/quickbook-1.5-spirit2/test/table_1_5.gold | 57 ++++++++++++++++++++++++++++++++++++++++
   branches/quickbook-1.5-spirit2/test/table_1_5.quickbook | 29 ++++++++++++++++++++
   4 files changed, 99 insertions(+), 2 deletions(-)

Modified: branches/quickbook-1.5-spirit2/test/para-test.gold
==============================================================================
--- branches/quickbook-1.5-spirit2/test/para-test.gold (original)
+++ branches/quickbook-1.5-spirit2/test/para-test.gold 2010-09-07 18:36:43 EDT (Tue, 07 Sep 2010)
@@ -27,7 +27,13 @@
       Single paragraph.
     </para>
     <para>
- Lots of newlines round this paragraph.
+ Two lines before this paragraph.
+ </para>
+ <para>
+ Three lines before this paragraph.
+ </para>
+ <para>
+ Four lines before this paragraph.
     </para>
     <para>
       Last paragraph.

Modified: branches/quickbook-1.5-spirit2/test/para-test.quickbook
==============================================================================
--- branches/quickbook-1.5-spirit2/test/para-test.quickbook (original)
+++ branches/quickbook-1.5-spirit2/test/para-test.quickbook 2010-09-07 18:36:43 EDT (Tue, 07 Sep 2010)
@@ -23,11 +23,16 @@
 Single paragraph.[/ Trailing comment]
 
 
+Two lines before this paragraph.
 
 
 
+Three lines before this paragraph.
 
-Lots of newlines round this paragraph.
+
+
+
+Four lines before this paragraph.
 
 
 

Modified: branches/quickbook-1.5-spirit2/test/table_1_5.gold
==============================================================================
--- branches/quickbook-1.5-spirit2/test/table_1_5.gold (original)
+++ branches/quickbook-1.5-spirit2/test/table_1_5.gold 2010-09-07 18:36:43 EDT (Tue, 07 Sep 2010)
@@ -173,5 +173,62 @@
         </tbody>
       </tgroup>
     </table>
+ <table frame="all" id="table_1_5.section1.empty_table">
+ <title>Empty Table</title>
+ <tgroup cols="0">
+ <tbody>
+ </tbody>
+ </tgroup>
+ </table>
+ <table frame="all" id="table_1_5.section1.table_with_an_empty_cell">
+ <title>Table with an empty cell</title>
+ <tgroup cols="1">
+ <tbody>
+ <row>
+ <entry>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ <table frame="all" id="table_1_5.section1.indentation">
+ <title>Indentation</title>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>
+ <para>
+ Header 1. Paragraph 1
+ </para>
+ <para>
+ Header 1. Paragraph 2
+ </para>
+ </entry>
+ <entry>
+ <para>
+ Header 2
+ </para>
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <para>
+ Row 1. Cell 1.
+ </para>
+ </entry>
+ <entry>
+ <para>
+ Row 1. Cell 2.
+ </para>
+ <para>
+ Row 1. Cell 2. Paragraph 2.
+ </para>
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
   </section>
 </article>

Modified: branches/quickbook-1.5-spirit2/test/table_1_5.quickbook
==============================================================================
--- branches/quickbook-1.5-spirit2/test/table_1_5.quickbook (original)
+++ branches/quickbook-1.5-spirit2/test/table_1_5.quickbook 2010-09-07 18:36:43 EDT (Tue, 07 Sep 2010)
@@ -40,4 +40,33 @@
     [[a][b]]
 ]
 
+[table Empty Table
+]
+
+[table Table with an empty cell
+[[]]]
+
+[table Indentation
+ [
+ [
+ Header 1. Paragraph 1
+
+ Header 1. Paragraph 2
+ ]
+ [
+ Header 2
+ ]
+ ]
+ [
+ [
+ Row 1. Cell 1.
+ ]
+ [
+ Row 1. Cell 2.
+
+ Row 1. Cell 2. Paragraph 2.
+ ]
+ ]
+]
+
 [endsect]
\ No newline at end of file


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