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

📄 no_ending.t

📁 SinFP是一种新的识别对方计算机操作系统类型的工具
💻 T
字号:
use Test::Builder;BEGIN {    if( $ENV{PERL_CORE} ) {        chdir 't';        @INC = '../lib';    }}BEGIN {    my $t = Test::Builder->new;    $t->no_ending(1);}use Test::More tests => 3;# Normally, Test::More would yell that we ran too few tests, but we# supressed the ending diagnostics.pass;print "ok 2\n";print "ok 3\n";

⌨️ 快捷键说明

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