summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/xml_escape-1_2.gold-html
blob: 4b4bd7529c1e9586b3a80fbf74c629ebdfc10cb2 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Test that &amp;, &lt; are being escaped.
    </h3>
    <div class="legalnotice">
      <p>
        &amp; should be &amp;amp;, &lt; should &amp;lt;
      </p>
    </div>
    <div class="toc">
      <p>
        <b>Table of contents</b>
      </p>
      <ul>
        <li>
          <a href="#test_that__amp____lt__are_being_escaped_.escapes___explicitly_written_markup">Escapes
          &amp; explicitly written markup</a>
        </li>
      </ul>
    </div>
    <div id="test_that__amp____lt__are_being_escaped_.escapes___explicitly_written_markup">
      <h3>
        Escapes &amp; explicitly written markup
      </h3>
      <div id="test_that__amp____lt__are_being_escaped_.escapes___explicitly_written_markup">
        <ul>
          <li>
            <div>
              &amp; -&gt; &amp;amp;
            </div>
          </li>
          <li>
            <div>
              &lt; -&gt; &amp;lt;
            </div>
          </li>
          <li>
            <div>
              &gt; -&gt; &amp;gt;
            </div>
          </li>
          <li>
            <div>
              &quot; -&gt; &amp;quot;
            </div>
          </li>
        </ul>
      </div>
    </div>
  </body>
</html>