diff options
Diffstat (limited to 'src/boost/tools/quickbook/test/section-1_5-unclosed.gold-html')
-rw-r--r-- | src/boost/tools/quickbook/test/section-1_5-unclosed.gold-html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/boost/tools/quickbook/test/section-1_5-unclosed.gold-html b/src/boost/tools/quickbook/test/section-1_5-unclosed.gold-html new file mode 100644 index 000000000..b756717b7 --- /dev/null +++ b/src/boost/tools/quickbook/test/section-1_5-unclosed.gold-html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> + <head></head> + <body> + <h3> + Unclosed section + </h3> + <div class="toc"> + <p> + <b>Table of contents</b> + </p> + <ul> + <li> + <a href="#unclosed_section.unclosed">Unclosed Section should be closed + with a warning</a> + </li> + </ul> + </div> + <div id="unclosed_section.unclosed"> + <h3> + Unclosed Section should be closed with a warning + </h3> + <div id="unclosed_section.unclosed"> + </div> + </div> + </body> +</html> |