pre_plan_death.plx

来自「source of perl for linux application,」· PLX 代码 · 共 18 行

PLX
18
字号
# ID 20020716.013, the exit code would become 0 if the test died# before a plan.require Test::Simple;push @INC, 't/lib';require Test::Simple::Catch;my($out, $err) = Test::Simple::Catch::caught();close STDERR;die "Knife?";Test::Simple->import(tests => 3);ok(1);ok(1);ok(1);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?