no_diag.t

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

T
9
字号
#!/usr/bin/perl -wuse Test::More 'no_diag', tests => 2;pass('foo');diag('This should not be displayed');is(Test::More->builder->no_diag, 1);

⌨️ 快捷键说明

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