✏️ 正在编辑: tbt_08subtest.t
路径:
/usr/share/doc/perl-Test-Simple/t/Legacy/Tester/tbt_08subtest.t
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/bin/env perl # HARNESS-NO-STREAM use strict; use warnings; use Test::Builder::Tester tests => 1; use Test::More; subtest 'foo' => sub { plan tests => 1; test_out("not ok 1 - foo"); test_fail(+1); fail("foo"); test_test("fail works"); };
💾 保存文件
← 返回文件管理器