diff options
Diffstat (limited to 'tcllib/modules/doctools2toc/tests/data/ok/html-compact/4_toc2')
-rw-r--r-- | tcllib/modules/doctools2toc/tests/data/ok/html-compact/4_toc2 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tcllib/modules/doctools2toc/tests/data/ok/html-compact/4_toc2 b/tcllib/modules/doctools2toc/tests/data/ok/html-compact/4_toc2 new file mode 100644 index 0000000..11b2cd0 --- /dev/null +++ b/tcllib/modules/doctools2toc/tests/data/ok/html-compact/4_toc2 @@ -0,0 +1,37 @@ +<html> +<head> +<title>Table of Contents -- TOC</title> +<style></style> +</head> + +<body> +<div class="doctools"> +<div class="toc-header"> +<h1 class="toc-title">Table of Contents -- TOC</h1> +<!-- Customization Point: header --> +<hr class="toc-navsep"> +</div> +<!-- - Start Table Of Contents ---------------------------------- --> +<dl class="toc-contents"> +<dt class="toc-ref"><a href="introduction.man">doctools::toc::introduction</a></dt> +<dd class="toc-ref">DocTools - Tables of Contents</dd> +<dt class="toc-div"><a href="processing.man">Processing</a></dt> +<dd class="toc-div"> +<!-- - Start Division (Processing) ------------------------------ --> +<dl class="toc-contents"> +<dt class="toc-ref"><a href="parse.man">doctools::toc::parse</a></dt> +<dd class="toc-ref">Parsing text in doctoc format</dd> +</dl> +<!-- - Stop Division (Processing) ------------------------------ --> +</dd> +<dt class="toc-ref"><a href="structure.man">doctools::toc::structure</a></dt> +<dd class="toc-ref">doctoc serialization utilities</dd> +</dl> +<!-- - Stop Table Of Contents ---------------------------------- --> +<div class="toc-footer"> +<hr class="toc-navsep"> +<!-- Customization Point: footer --> +</div> +</div> +</body> +</html> |