summaryrefslogtreecommitdiffstats
path: root/tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 19:39:39 (GMT)
commitea28451286d3ea4a772fa174483f9a7a66bb1ab3 (patch)
tree6ee9d8a7848333a7ceeee3b13d492e40225f8b86 /tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references
parentb5ca09bae0d6a1edce939eea03594dd56383f2c8 (diff)
parent7c621da28f07e449ad90c387344f07a453927569 (diff)
downloadblt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.zip
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.gz
blt-ea28451286d3ea4a772fa174483f9a7a66bb1ab3.tar.bz2
Merge commit '7c621da28f07e449ad90c387344f07a453927569' as 'tcllib'
Diffstat (limited to 'tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references')
-rw-r--r--tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references30
1 files changed, 30 insertions, 0 deletions
diff --git a/tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references b/tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references
new file mode 100644
index 0000000..ac834d9
--- /dev/null
+++ b/tcllib/modules/doctools2toc/tests/data/ok/html-indented/2_references
@@ -0,0 +1,30 @@
+<html>
+ <head>
+ <title>Table of Contents</title>
+ <style></style>
+ </head>
+
+ <body>
+ <div class="doctools">
+ <div class="toc-header">
+ <h1 class="toc-title">Table of Contents</h1>
+ <!-- Customization Point: header -->
+ <hr class="toc-navsep">
+ </div>
+ <!-- - Start Table Of Contents ---------------------------------- -->
+ <dl class="toc-contents">
+ <dt class="toc-ref"><a href="structure.man">doctools::toc::structure</a></dt>
+ <dd class="toc-ref">doctoc serialization utilities</dd>
+ <dt class="toc-ref"><a href="parse.man">doctools::toc::parse</a></dt>
+ <dd class="toc-ref">Parsing text in doctoc format</dd>
+ <dt class="toc-ref"><a href="introduction.man">doctools::toc::introduction</a></dt>
+ <dd class="toc-ref">DocTools - Tables of Contents</dd>
+ </dl>
+ <!-- - Stop Table Of Contents ---------------------------------- -->
+ <div class="toc-footer">
+ <hr class="toc-navsep">
+ <!-- Customization Point: footer -->
+ </div>
+ </div>
+ </body>
+</html>