summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/quickbook/test/template_section-1_5.gold-html
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/quickbook/test/template_section-1_5.gold-html')
-rw-r--r--src/boost/tools/quickbook/test/template_section-1_5.gold-html38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/template_section-1_5.gold-html b/src/boost/tools/quickbook/test/template_section-1_5.gold-html
new file mode 100644
index 000000000..a21f78004
--- /dev/null
+++ b/src/boost/tools/quickbook/test/template_section-1_5.gold-html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html>
+ <head></head>
+ <body>
+ <h3>
+ Section in a template
+ </h3>
+ <div class="toc">
+ <p>
+ <b>Table of contents</b>
+ </p>
+ <ul>
+ <li>
+ <a href="#section_in_a_template.test">Test</a>
+ </li>
+ </ul>
+ </div>
+ <p>
+ Some text before the section.
+ </p>
+ <div id="section_in_a_template.test">
+ <h3>
+ Test
+ </h3>
+ <div id="section_in_a_template.test">
+ <p>
+ Hello.
+ </p>
+ <h3 id="section_in_a_template.test.just_to_test_id_generation">
+ Just to test id generation
+ </h3>
+ <p>
+ Goodbye.
+ </p>
+ </div>
+ </div>
+ </body>
+</html>