?? 101truncate-deflate.t
字號:
BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = ("../lib", "lib/compress"); }}use lib qw(t t/compress);use strict;use warnings;use Test::More ;BEGIN { # use Test::NoWarnings, if available my $extra = 0 ; $extra = 1 if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; plan tests => 734 + $extra;};#use Test::More skip_all => "not implemented yet";use IO::Compress::Deflate qw($DeflateError) ;use IO::Uncompress::Inflate qw($InflateError) ;sub identify{ 'IO::Compress::Deflate';}require "truncate.pl" ;run();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -