DEBSOURCES
Skip Quicknav
sources / libtap-formatter-html-perl / 0.13%2Bdfsg-1 / t / data / 03_plan_fail.pl
123456789
use strict; use warnings; use Test::More tests => 2; ok(1, 'im ok'); is(1, 1, 'one is one'); like('abc', qr/b/, 'contains b');