summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/variablelist-1_5.gold-html
blob: b430fdafd7004c8600ec7c27b77454442a0c86a6 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <h3>
      Variable List Tests
    </h3>
    <dl>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
      </dd>
    </dl>
    <dl>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
        <p>
          c
        </p>
      </dd>
    </dl>
    <dl>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
      </dd>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
        <p>
          c
        </p>
      </dd>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
        <p>
          c
        </p>
        <p>
          d
        </p>
      </dd>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
        <p>
          c
        </p>
        <p>
          d
        </p>
        <p>
          e
        </p>
      </dd>
      <dt>
        a
      </dt>
      <dd>
        <p>
          b
        </p>
      </dd>
    </dl>
    <span id="id1"></span>
    <dl>
      <dt>
        <span id="id2"></span>a<span id="id3"></span>
      </dt>
      <dd>
        <p>
          <span id="id4"></span>b<span id="id5"></span>
        </p>
      </dd>
    </dl>
  </body>
</html>