Use print rather than diag(), as these routine messages shouldn't be
[p5sagit/p5-mst-13.2.git] / lib / Pod / t / htmlview.t
CommitLineData
d8022526 1#!/usr/bin/perl -w # -*- perl -*-
2
3BEGIN {
4 chdir 't' if -d 't';
5 unshift @INC, '../lib';
6 unshift @INC, '../lib/Pod/t';
7 require "pod2html-lib.pl";
8}
9
d8022526 10use strict;
11use Test::More tests => 1;
12
13convert_n_test("htmlview", "html rendering");
14
d8022526 15__DATA__
a19d7498 16<?xml version="1.0" ?>
d8022526 17<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
18<html xmlns="http://www.w3.org/1999/xhtml">
19<head>
20<title>NAME</title>
a19d7498 21<meta http-equiv="content-type" content="text/html; charset=utf-8" />
d8022526 22<link rev="made" href="mailto:[PERLADMIN]" />
23</head>
24
25<body style="background-color: white">
26
25ff0154 27
d8022526 28<!-- INDEX BEGIN -->
25ff0154 29<div name="index">
30<p><a name="__index__"></a></p>
d8022526 31
32<ul>
33
34 <li><a href="#name">NAME</a></li>
35 <li><a href="#synopsis">SYNOPSIS</a></li>
36 <li><a href="#description">DESCRIPTION</a></li>
53bf329c 37 <li><a href="#methods____other_stuff">METHODS =&gt; OTHER STUFF</a></li>
d8022526 38 <ul>
39
53bf329c 40 <li><a href="#new__"><code>new()</code></a></li>
41 <li><a href="#old__"><code>old()</code></a></li>
d8022526 42 </ul>
43
44 <li><a href="#testing_for_and_begin">TESTING FOR AND BEGIN</a></li>
45 <li><a href="#testing_urls_hyperlinking">TESTING URLs hyperlinking</a></li>
46 <li><a href="#see_also">SEE ALSO</a></li>
47</ul>
25ff0154 48
49<hr name="index" />
50</div>
d8022526 51<!-- INDEX END -->
52
d8022526 53<p>
54</p>
55<h1><a name="name">NAME</a></h1>
56<p>Test HTML Rendering</p>
57<p>
58</p>
59<hr />
60<h1><a name="synopsis">SYNOPSIS</a></h1>
61<pre>
62 use My::Module;</pre>
63<pre>
64 my $module = My::Module-&gt;new();</pre>
65<p>
66</p>
67<hr />
68<h1><a name="description">DESCRIPTION</a></h1>
69<p>This is the description.</p>
70<pre>
71 Here is a verbatim section.</pre>
72<p>This is some more regular text.</p>
73<p>Here is some <strong>bold</strong> text, some <em>italic</em> and something that looks
74like an &lt;html&gt; tag. This is some <code>$code($arg1)</code>.</p>
75<p>This <code>text contains embedded bold and italic tags</code>. These can
76be nested, allowing <strong>bold and <em>bold &amp; italic</em> text</strong>. The module also
77supports the extended <strong>syntax </strong>&gt; and permits <em>nested tags &amp;
78other <strong>cool </strong></em>&gt; stuff &gt;&gt;</p>
79<p>
80</p>
81<hr />
53bf329c 82<h1><a name="methods____other_stuff">METHODS =&gt; OTHER STUFF</a></h1>
d8022526 83<p>Here is a list of methods</p>
84<p>
85</p>
53bf329c 86<h2><a name="new__"><code>new()</code></a></h2>
d8022526 87<p>Constructor method. Accepts the following config options:</p>
88<dl>
bc75160c 89<dt><strong><a name="foo" class="item">foo</a></strong>
4e3bc6ae 90
d8022526 91<dd>
4e3bc6ae 92<p>The foo item.</p>
d8022526 93</dd>
4e3bc6ae 94</li>
bc75160c 95<dt><strong><a name="bar" class="item">bar</a></strong>
4e3bc6ae 96
d8022526 97<dd>
4e3bc6ae 98<p>The bar item.</p>
d8022526 99</dd>
100<p>This is a list within a list</p>
101<ul>
4e3bc6ae 102<li>
103<p>The wiz item.</p>
104</li>
105<li>
106<p>The waz item.</p>
107</li>
108</ul>
bc75160c 109<dt><strong><a name="baz" class="item">baz</a></strong>
4e3bc6ae 110
d8022526 111<dd>
4e3bc6ae 112<p>The baz item.</p>
d8022526 113</dd>
4e3bc6ae 114</li>
115</dl>
d8022526 116<p>Title on the same line as the =item + * bullets</p>
117<ul>
bc75160c 118<li><strong><a name="black_cat" class="item"><code>Black</code> Cat</a></strong>
4e3bc6ae 119
bc75160c 120<li><strong><a name="sat_on_the" class="item">Sat <em>on</em>&nbsp;the</a></strong>
4e3bc6ae 121
bc75160c 122<li><strong><a name="mat" class="item">Mat&lt;!&gt;</a></strong>
4e3bc6ae 123
d8022526 124</ul>
125<p>Title on the same line as the =item + numerical bullets</p>
126<ol>
bc75160c 127<li><strong><a name="cat" class="item">Cat</a></strong>
4e3bc6ae 128
bc75160c 129<li><strong><a name="sat" class="item">Sat</a></strong>
4e3bc6ae 130
bc75160c 131<li><strong><a name="mat2" class="item">Mat</a></strong>
4e3bc6ae 132
d8022526 133</ol>
134<p>No bullets, no title</p>
135<dl>
4e3bc6ae 136<dt>
d8022526 137<dd>
4e3bc6ae 138<p>Cat</p>
d8022526 139</dd>
4e3bc6ae 140</li>
141<dt>
d8022526 142<dd>
4e3bc6ae 143<p>Sat</p>
d8022526 144</dd>
4e3bc6ae 145</li>
146<dt>
d8022526 147<dd>
4e3bc6ae 148<p>Mat</p>
d8022526 149</dd>
4e3bc6ae 150</li>
151</dl>
d8022526 152<p>
153</p>
53bf329c 154<h2><a name="old__"><code>old()</code></a></h2>
d8022526 155<p>Destructor method</p>
156<p>
157</p>
158<hr />
159<h1><a name="testing_for_and_begin">TESTING FOR AND BEGIN</a></h1>
160<br>
161<p>
162blah blah
163</p><p>intermediate text</p>
164<more>
165HTML
166</more>some text<p>
167</p>
168<hr />
169<h1><a name="testing_urls_hyperlinking">TESTING URLs hyperlinking</a></h1>
170<p>This is an href link1: <a href="http://example.com">http://example.com</a></p>
171<p>This is an href link2: <a href="http://example.com/foo/bar.html">http://example.com/foo/bar.html</a></p>
172<p>This is an email link: <a href="mailto:mailto:foo@bar.com">mailto:foo@bar.com</a></p>
cd9c2b4e 173<pre>
174 This is a link in a verbatim block &lt;a href=&quot;<a href="http://perl.org">http://perl.org</a>&quot;&gt; Perl &lt;/a&gt;</pre>
d8022526 175<p>
176</p>
177<hr />
178<h1><a name="see_also">SEE ALSO</a></h1>
179<p>See also <a href="/t/htmlescp.html">Test Page 2</a>, the <a href="/Your/Module.html">the Your::Module manpage</a> and <a href="/Their/Module.html">the Their::Module manpage</a>
8e3df7c8 180manpages and the other interesting file <em class="file">/usr/local/my/module/rocks</em>
d8022526 181as well.</p>
182
183</body>
184
185</html>