quickbook/test/section-1_5-unclosed.gold-html

28 lines
543 B
Plaintext

<!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>