summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/simple_markup-1_5.gold
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/boost/tools/quickbook/test/simple_markup-1_5.gold58
-rw-r--r--src/boost/tools/quickbook/test/simple_markup-1_5.gold-html75
2 files changed, 133 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/simple_markup-1_5.gold b/src/boost/tools/quickbook/test/simple_markup-1_5.gold
new file mode 100644
index 000000000..4d044ceb4
--- /dev/null
+++ b/src/boost/tools/quickbook/test/simple_markup-1_5.gold
@@ -0,0 +1,58 @@
+<?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="simple_markup_test" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+ <title>Simple Markup Test</title>
+ <section id="simple_markup_test.simple_markup">
+ <title><link linkend="simple_markup_test.simple_markup">Simple Markup</link></title>
+ <para>
+ <emphasis>italic</emphasis> <emphasis role="bold">bold</emphasis> <emphasis
+ role="underline">underline</emphasis> <literal>teletype</literal>
+ </para>
+ <para>
+ //not italic// **not bold** __not underline__ ==not teletype==
+ </para>
+ <para>
+ <emphasis role="underline">odd__ edge case</emphasis>
+ </para>
+ <para>
+ not__underlined__hopefully
+ </para>
+ <para>
+ (<emphasis role="bold">bold</emphasis>) <emphasis role="underline">und/er/lined</emphasis>
+ </para>
+ <para>
+ <emphasis>all/italic</emphasis> * not bold*
+ </para>
+ <para>
+ /not italic <ulink url="http://www.boost.org/"><emphasis role="bold">bold</emphasis></ulink>
+ </para>
+ <para>
+ not_underlined_
+ </para>
+ <para>
+ _Should not underline escaped markup_. _or this escaped_ markup form.
+ </para>
+ <para>
+ <literal>Matti Meik\u00E4l\u00E4inen</literal>
+ </para>
+ <para>
+ <literal>replaced</literal>
+ </para>
+ <para>
+ <emphasis role="underline">replaced</emphasis>
+ </para>
+ <para>
+ <literal>_mac\ ro_</literal>
+ </para>
+ <para>
+ <emphasis>italic\</emphasis>
+ </para>
+ <para>
+ These shouldn't be interepted as markup: == // **
+ </para>
+ <para>
+ <literal>&lt;</literal> <literal>\&lt;</literal> <literal>\\&lt;</literal>
+ </para>
+ </section>
+</article>
diff --git a/src/boost/tools/quickbook/test/simple_markup-1_5.gold-html b/src/boost/tools/quickbook/test/simple_markup-1_5.gold-html
new file mode 100644
index 000000000..3e07c9b81
--- /dev/null
+++ b/src/boost/tools/quickbook/test/simple_markup-1_5.gold-html
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+ <body>
+ <h3>
+ Simple Markup Test
+ </h3>
+ <div class="toc">
+ <p>
+ <b>Table of contents</b>
+ </p>
+ <ul>
+ <li>
+ <a href="#simple_markup_test.simple_markup">Simple Markup</a>
+ </li>
+ </ul>
+ </div>
+ <div id="simple_markup_test.simple_markup">
+ <h3>
+ Simple Markup
+ </h3>
+ <div id="simple_markup_test.simple_markup">
+ <p>
+ <span class="emphasis"><em>italic</em></span> <span class="bold"><strong>bold</strong></span>
+ <span class="underline">underline</span> <tt>teletype</tt>
+ </p>
+ <p>
+ //not italic// **not bold** __not underline__ ==not teletype==
+ </p>
+ <p>
+ <span class="underline">odd__ edge case</span>
+ </p>
+ <p>
+ not__underlined__hopefully
+ </p>
+ <p>
+ (<span class="bold"><strong>bold</strong></span>) <span class="underline">und/er/lined</span>
+ </p>
+ <p>
+ <span class="emphasis"><em>all/italic</em></span> * not bold*
+ </p>
+ <p>
+ /not italic <a href="http://www.boost.org/"><span class="bold"><strong>bold</strong></span></a>
+ </p>
+ <p>
+ not_underlined_
+ </p>
+ <p>
+ _Should not underline escaped markup_. _or this escaped_ markup form.
+ </p>
+ <p>
+ <tt>Matti Meik\u00E4l\u00E4inen</tt>
+ </p>
+ <p>
+ <tt>replaced</tt>
+ </p>
+ <p>
+ <span class="underline">replaced</span>
+ </p>
+ <p>
+ <tt>_mac\ ro_</tt>
+ </p>
+ <p>
+ <span class="emphasis"><em>italic\</em></span>
+ </p>
+ <p>
+ These shouldn't be interepted as markup: == // **
+ </p>
+ <p>
+ <tt>&lt;</tt> <tt>\&lt;</tt> <tt>\\&lt;</tt>
+ </p>
+ </div>
+ </div>
+ </body>
+</html>