success.t
来自「source of perl for linux application,」· T 代码 · 共 12 行
T
12 行
# -*-perl-*-use strict;use Test;BEGIN { plan tests => 11 }ok(ok(1));ok(ok('fixed', 'fixed'));ok(skip("just testing skip()",0));ok(undef, undef);ok(ok 'the brown fox jumped over the lazy dog', '/lazy/');ok(ok 'the brown fox jumped over the lazy dog', 'm,fox,');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?