📄 pre_plan_death.plx
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -