Update of /cvsroot/boost/boost/tools/quickbook/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv8034/test

Modified Files:
        import.gold 
Log Message:
- fix bug in paragraphs inside tables where there's an empty line with some 
space
- adjusted the tests to new code changes
- doc updates

Index: import.gold
===================================================================
RCS file: /cvsroot/boost/boost/tools/quickbook/test/import.gold,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- import.gold 21 Feb 2007 00:48:29 -0000      1.2
+++ import.gold 21 Jul 2007 04:56:36 -0000      1.3
@@ -6,8 +6,25 @@
   </articleinfo>
   <title>Import</title>
   <para>
-    This is the <emphasis role="bold"><emphasis>foo</emphasis></emphasis> 
function.
-    
+    <para>
+      This is the <emphasis role="bold"><emphasis>foo</emphasis></emphasis> 
function.
+    </para>
+    <para>
+      This description can have paragraphs...
+    </para>
+    <itemizedlist>
+      <listitem>
+        lists
+      </listitem>
+      <listitem>
+        etc.
+      </listitem>
+    </itemizedlist>
+    <para>
+      And any quickbook block markup.
+    </para>
+    <para>
+      
 <programlisting>
 <phrase role="identifier">std</phrase><phrase 
role="special">::</phrase><phrase role="identifier">string</phrase> <phrase 
role="identifier">foo</phrase><phrase role="special">()</phrase>
 <phrase role="special">{</phrase>
@@ -15,6 +32,9 @@
 </phrase>    <phrase role="keyword">return</phrase> <phrase 
role="string">&quot;foo&quot;</phrase><phrase role="special">;</phrase>
 <phrase role="special">}</phrase>
 </programlisting>
-    <calloutlist></calloutlist>
+    </para>
+    <para>
+      <calloutlist></calloutlist>
+    </para>
   </para>
 </article>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to