Home | History | Annotate | Download | only in MarkdownTest

Lines Matching refs:script

20 my $script  = "./Markdown.pl";
25 "script=s" => \$script,
38 unless (-f $script) { die "$script does not exist.\n"; }
39 unless (-x $script) { die "$script is not executable.\n"; }
64 my $t_output = `'$script' '$testfile'`;
120 =item B<--script>
122 Specify the path to the Markdown script to test. Defaults to
125 ./MarkdownTest.pl --script ./PHP-Markdown/php-markdown
134 output before comparing script output to the expected test result.