# $Id: text.t,v 1.1 2002/06/23 19:16:25 eagle Exp $
#
# text.t -- Additional specialized tests for Pod::Text.
#
# 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..2\n";
}
END {
}
$loaded = 1;
print "ok 1\n";
my $n = 2;
while (<DATA>) {
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 ###.
###
###
###