diff options
Diffstat (limited to 'src/boost/tools/quickbook/test/table-1_3.gold-html')
-rw-r--r-- | src/boost/tools/quickbook/test/table-1_3.gold-html | 368 |
1 files changed, 368 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/table-1_3.gold-html b/src/boost/tools/quickbook/test/table-1_3.gold-html new file mode 100644 index 00000000..99a126a9 --- /dev/null +++ b/src/boost/tools/quickbook/test/table-1_3.gold-html @@ -0,0 +1,368 @@ +<!DOCTYPE html> +<html> + <head></head> + <body> + <h3> + Table 1.3 + </h3> + <div class="toc"> + <p> + <b>Table of contents</b> + </p> + <ul> + <li> + <a href="#table_tests.section1">Section 1</a> + </li> + </ul> + </div> + <div id="table_tests.t0" class="table"> + <table> + <caption>Table 2</caption> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div class="informaltable"> + <table> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.t1" class="table"> + <table> + <caption>Title</caption> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.t2" class="table"> + <table> + <caption>Title</caption> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.t3" class="table"> + <table> + <caption>Title [/ ] containing a comment</caption> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.t4" class="table"> + <table> + <caption>Title</caption> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.t5" class="table"> + <table> + <caption>[[Title]]</caption> + <thead> + <tr> + <th> + <p> + Heading + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + cell + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.section1"> + <h3> + Section 1 + </h3> + <div id="table_tests.section1"> + <div id="table_tests.section1.t0" class="table"> + <table> + <caption>A & B</caption> + <thead> + <tr> + <th> + <p> + A + </p> + </th> + <th> + <p> + B + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + a + </p> + </td> + <td> + <p> + b + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.section1.t1" class="table"> + <table> + <caption>Empty Table</caption> + <tbody> + </tbody> + </table> + </div> + <div id="table_tests.section1.t2" class="table"> + <table> + <caption>Table with an empty cell</caption> + <tbody> + <tr> + <td> + <p> + x + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.section1.t3" class="table"> + <table> + <caption>Indentation</caption> + <thead> + <tr> + <th> + <p> + Header 1. Paragraph 1 + </p> + <p> + Header 1. Paragraph 2 + </p> + </th> + <th> + <p> + Header 2 + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + Row 1. Cell 1. + </p> + </td> + <td> + <p> + Row 1. Cell 2. + </p> + <p> + Row 1. Cell 2. Paragraph 2. + </p> + </td> + </tr> + </tbody> + </table> + </div> + <div id="table_tests.section1.t4" class="table"> + <table> + <caption>Nested Tables</caption> + <thead> + <tr> + <th> + <p> + Header 1 + </p> + </th> + <th> + <p> + Header 2 + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <div id="table_tests.section1.t5" class="table"> + <table> + <caption>Inner Table</caption> + <thead> + <tr> + <th> + <p> + 1.1 + </p> + </th> + <th> + <p> + 1.2 + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + 2.1 + </p> + </td> + <td> + <p> + 2.2 + </p> + </td> + </tr> + </tbody> + </table> + </div> + </td> + </tr> + <tr> + <td> + <p> + Something. + </p> + </td> + </tr> + </tbody> + </table> + </div> + <span id="id1"></span> + <div id="table_tests.section1.t6" class="table"> + <table> + <caption>Table with anchors</caption> + <thead> + <tr> + <th> + <p> + <span id="id2"></span>a<span id="id3"></span> + </p> + </th> + </tr> + </thead> + <tbody> + <tr> + <td> + <p> + b + </p> + </td> + </tr> + </tbody> + </table> + </div> + </div> + </div> + </body> +</html> |