#!/usr/bin/perl -w # -*- perl -*- BEGIN { chdir 't' if -d 't'; unshift @INC, '../lib'; unshift @INC, '../lib/Pod/t'; require "pod2html-lib.pl"; } use strict; use Test::More tests => 1; convert_n_test("htmllink", "html links"); __DATA__ htmllink - Test HTML links


NAME

htmllink - Test HTML links


LINKS

section1

section 2

section three

item1

item 2

item three

section1

section 2

section three

item1

item 2

item three

section1

section 2

section three

item1

item 2

item three

text

text

text

text

text

text

text

text

text

text

text

text

text

text

text

text

text

text


TARGETS

section1

This is section one.

section 2

This is section two.

section three

This is section three.

item1

This is item one.

item 2

This is item two.

item three

This is item three.