# $Id: text-options.t,v 1.2 2002/08/04 03:38:24 eagle Exp $
#
# text-options.t -- Additional tests for Pod::Text options.
#
# Copyright 2002 by Russ Allbery <rra@stanford.edu>
#
# under the same terms as Perl itself.
BEGIN {
chdir 't' if -d 't';
} else {
}
$| = 1;
print "1..3\n";
}
END {
}
$loaded = 1;
print "ok 1\n";
my $n = 2;
while (<DATA>) {
my %options;
}
print TMP $_;
}
my $output;
{
local $/;
}
$expected .= $_;
}
print "ok $n\n";
} else {
print "not ok $n\n";
}
$n++;
}
# Below the marker are bits of POD and corresponding expected text output.
# This is used to test specific features or problems with Pod::Text. The
# input and output are separated by lines containing only ###.
###
alt 1
###
=over 4
=item F
=item B
=back
###
==== SAMPLE ====
: F Paragraph.
: Bar
: B Paragraph.
: Longer
###
###
margin 4
###
=over 6
=back
###
###