summaryrefslogtreecommitdiff
path: root/tools/quickbook/test/escape-1_1.gold
blob: 0c600e0dcb14a3bf04ece19867ee1d30fbcb836f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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="escape" last-revision="DEBUG MODE Date: 2000/12/20 12:00:00 $" xmlns:xi="http://www.w3.org/2001/XInclude">
  <title>Escape</title>
  <section id="escape.escape">
    <title>Escape</title>
    <para>
      <emphasis>Da do do do. Da da da da. That's all I have to say to you.</emphasis>
    </para>
    <para>
      This letter &#x3B1; should have a space either side of it.
    </para>
    <para>
      These should be properly encoded: &gt; &lt; &quot;
    </para>
    <para>
      This <link linkend="$0">link</link> shouldn't be changed.
    </para>
    <para>
      Some other problematic links:
<link linkend="$157">one</link>,
<link linkend="$-256">two</link>,
<link linkend="$text">three</link>.
    </para>
    <para>
      <emphasis>This will be escaped</emphasis>
    </para>
    <para>
      \[ generates [. \] generates ].
    </para>
  </section>
</article>