✏️ 正在编辑: tbt_03die.t
路径:
/usr/share/doc/perl-Test-Simple/t/Legacy/Tester/tbt_03die.t
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/bin/perl use Test::Builder::Tester tests => 1; use Test::More; eval { test_test("foo"); }; like($@, "/Not testing\. You must declare output with a test function first\./", "dies correctly on error");
💾 保存文件
← 返回文件管理器