summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/para_test-1_5.gold
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/boost/tools/quickbook/test/para_test-1_5.gold75
-rw-r--r--src/boost/tools/quickbook/test/para_test-1_5.gold-html97
2 files changed, 172 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/para_test-1_5.gold b/src/boost/tools/quickbook/test/para_test-1_5.gold
new file mode 100644
index 000000000..1a8f17d6a
--- /dev/null
+++ b/src/boost/tools/quickbook/test/para_test-1_5.gold
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE article PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
+<article id="paragraph_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>Paragraph Test</title>
+ <section id="paragraph_test.some_paragraphs">
+ <title><link linkend="paragraph_test.some_paragraphs">Some Paragraphs</link></title>
+ <para>
+ Shouldn't be a code block.
+ </para>
+ <para>
+ <emphasis role="bold">Should be bold</emphasis>.
+ </para>
+ <para>
+ Should be a single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Lots of newlines round this paragraph.
+ </para>
+ <para>
+ Last paragraph.
+ </para>
+ </section>
+ <section id="paragraph_test.inside___breaking_comment__blocks">
+ <title><link linkend="paragraph_test.inside___breaking_comment__blocks">Inside
+ blocks</link></title>
+ <variablelist>
+ <title></title>
+ <varlistentry>
+ <term>Paragraphs</term>
+ <listitem>
+ <para>
+ Shouldn't be a code block.
+ </para>
+ <para>
+ <emphasis role="bold">Should be bold</emphasis>.
+ </para>
+ <para>
+ Should be a single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Single paragraph.
+ </para>
+ <para>
+ Lots of newlines round this paragraph.
+ </para>
+ <para>
+ Last paragraph.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </section>
+</article>
diff --git a/src/boost/tools/quickbook/test/para_test-1_5.gold-html b/src/boost/tools/quickbook/test/para_test-1_5.gold-html
new file mode 100644
index 000000000..92018efc5
--- /dev/null
+++ b/src/boost/tools/quickbook/test/para_test-1_5.gold-html
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+ <body>
+ <h3>
+ Paragraph Test
+ </h3>
+ <div class="toc">
+ <p>
+ <b>Table of contents</b>
+ </p>
+ <ul>
+ <li>
+ <a href="#paragraph_test.some_paragraphs">Some Paragraphs</a>
+ </li>
+ <li>
+ <a href="#paragraph_test.inside___breaking_comment__blocks">Inside blocks</a>
+ </li>
+ </ul>
+ </div>
+ <div id="paragraph_test.some_paragraphs">
+ <h3>
+ Some Paragraphs
+ </h3>
+ <div id="paragraph_test.some_paragraphs">
+ <p>
+ Shouldn't be a code block.
+ </p>
+ <p>
+ <span class="bold"><strong>Should be bold</strong></span>.
+ </p>
+ <p>
+ Should be a single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Lots of newlines round this paragraph.
+ </p>
+ <p>
+ Last paragraph.
+ </p>
+ </div>
+ </div>
+ <div id="paragraph_test.inside___breaking_comment__blocks">
+ <h3>
+ Inside blocks
+ </h3>
+ <div id="paragraph_test.inside___breaking_comment__blocks">
+ <dl>
+ <dt>
+ Paragraphs
+ </dt>
+ <dd>
+ <p>
+ Shouldn't be a code block.
+ </p>
+ <p>
+ <span class="bold"><strong>Should be bold</strong></span>.
+ </p>
+ <p>
+ Should be a single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Single paragraph.
+ </p>
+ <p>
+ Lots of newlines round this paragraph.
+ </p>
+ <p>
+ Last paragraph.
+ </p>
+ </dd>
+ </dl>
+ </div>
+ </div>
+ </body>
+</html>