%PDF- %PDF-
| Direktori : /usr/share/doc/perl-Test-Simple/t/regression/ |
| Current File : //usr/share/doc/perl-Test-Simple/t/regression/no_name_in_subtest.t |
use strict;
use warnings;
use Test2::Tools::Tiny;
ok(1, "");
tests foo => sub {
ok(1, "name");
ok(1, "");
};
done_testing;