DEBSOURCES
Skip Quicknav
sources / perl / 5.32.1-4%2Bdeb11u3 / cpan / Test-Simple / t / regression / no_name_in_subtest.t
12345678910111213
use strict; use warnings; use Test2::Tools::Tiny; ok(1, ""); tests foo => sub { ok(1, "name"); ok(1, ""); }; done_testing;