⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 success.t

📁 source of perl for linux application,
💻 T
字号:
# -*-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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -