DEBSOURCES
Skip Quicknav
sources / libtap-formatter-html-perl / 0.13%2Bdfsg-1 / t / data / 10_todo_skip.pl
12345678910
use strict; use warnings; use Test::More tests => 2; TODO: { todo_skip 'to the loo', 2; ok(2, 'youre ok'); fail('dont run me'); }