summaryrefslogtreecommitdiff
path: root/cpan/Text-Tabs/t/Jochen.t
blob: 8b113451e5449a6e325d423175bf89d50cbc6880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use strict; use warnings;

BEGIN { require './t/lib/ok.pl' }
use Text::Wrap;

print "1..1\n";

$Text::Wrap::columns = 1;
eval { wrap('', '', ''); };

ok( !$@ );