DEBSOURCES
Skip Quicknav
sources / libunicode-linebreak-perl / 0.0.20160702-1 / t / 12fold2.t
123456789101112
use strict; use Test::More; require "t/lf.pl"; BEGIN { plan tests => 2 } foreach my $lang (qw(fr ja)) { dowraptest($lang, $lang); } 1;