=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libhtml-gentoc-perl-3.20/t/070_script.t-18-my $command = "$^X -I lib scripts/hypertoc --quiet --gen_anchors --outfile test1_anch.wml tfiles/test1.wml"; libhtml-gentoc-perl-3.20/t/070_script.t:19:my $result = system($command); libhtml-gentoc-perl-3.20/t/070_script.t-20-ok($result == 0, 'hypertoc generated anchors from test1.wml'); ############################################## libhtml-gentoc-perl-3.20/t/070_script.t-26-$command = "$^X -I lib scripts/hypertoc --gen_toc --quiet --outfile test1_toc.html test1_anch.wml"; libhtml-gentoc-perl-3.20/t/070_script.t:27:my $result2 = system($command); libhtml-gentoc-perl-3.20/t/070_script.t-28-ok($result2 == 0, 'hypertoc generated toc from test1_anch.wml'); ############################################## libhtml-gentoc-perl-3.20/t/070_script.t-43-$command = "$^X -I lib scripts/hypertoc --gen_anchors --quiet --gen_toc --outfile test1a_toc.html tfiles/test1.wml"; libhtml-gentoc-perl-3.20/t/070_script.t:44:$result = system($command); libhtml-gentoc-perl-3.20/t/070_script.t-45-ok($result == 0, 'hypertoc generated toc from test1.wml'); ############################################## libhtml-gentoc-perl-3.20/t/070_script.t-59-$command = "$^X -I lib scripts/hypertoc --argfile tfiles/test1b.args tfiles/test1.wml"; libhtml-gentoc-perl-3.20/t/070_script.t:60:$result = system($command); libhtml-gentoc-perl-3.20/t/070_script.t-61-ok($result == 0, 'hypertoc generated toc (argfile) from test1.wml');