Skip to content

Commit 28ede48

Browse files
committed
Add footnotes-1_7 to test, and regen gold
1 parent d6dbe6a commit 28ede48

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

test/Jamfile.v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ test-suite quickbook.test :
5454
[ quickbook-test escape-1_1 ]
5555
[ quickbook-test escape-1_6 ]
5656
[ quickbook-error-test escape-mismatched-1_5-fail ]
57+
[ quickbook-test footnotes-1_7 ]
5758
[ quickbook-test heading-1_1 ]
5859
[ quickbook-test heading-1_3 ]
5960
[ quickbook-test heading-1_5 ]

test/footnotes-1_7.gold

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<section id="footnotes.second">
2424
<title><link linkend="footnotes.second">Second Section</link></title>
2525
<para>
26-
Boostbook<footnote id="f1"><para>Boostbook footnote</para></footnote> footnotes <footnote><para>Footnote without id</para></footnote>.
26+
Some<footnote id="f1"><para>Boostbook footnote</para></footnote>
27+
boostbook<footnote><para>Footnote without id</para></footnote>
28+
footnotes<footnote><para>Another footnote without an id</para></footnote>.
2729
</para>
2830
</section>
2931
</article>

test/footnotes-1_7.gold.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ <h3>
3636
</h3>
3737
<div id="footnotes.second">
3838
<p>
39-
Boostbook<a id="f1" href="#footnote-4"><sup class="footnote">[4]</sup></a>
40-
footnotes <a id="footnote-6" href="#footnote-5"><sup class="footnote">[5]</sup></a>.
39+
Some<a id="f1" href="#footnote-4"><sup class="footnote">[4]</sup></a> boostbook<a
40+
id="footnote-6" href="#footnote-5"><sup class="footnote">[5]</sup></a>
41+
footnotes<a id="footnote-8" href="#footnote-7"><sup class="footnote">[6]</sup></a>.
4142
</p>
4243
</div>
4344
</div>
@@ -69,6 +70,11 @@ <h3>
6970
<a href="#footnote-6"><sup>[5]</sup></a> Footnote without id
7071
</p>
7172
</div>
73+
<div id="footnote-7" class="footnote">
74+
<p>
75+
<a href="#footnote-8"><sup>[6]</sup></a> Another footnote without an id
76+
</p>
77+
</div>
7278
</div>
7379
</body>
7480
</html>

0 commit comments

Comments
 (0)