summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/doc-info/empty_title-1_1.gold-html
blob: 359cf15464e478c1bf27e1558d158a703d6c016b (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
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <div class="toc">
      <p>
        <b>Table of contents</b>
      </p>
      <ul>
        <li>
          <a href="#.test">Test</a>
        </li>
      </ul>
    </div>
    <div id=".test">
      <h3>
        Test
      </h3>
      <div id=".test">
        <p>
          Hello
        </p>
      </div>
    </div>
  </body>
</html>