- Timestamp:
- 11/14/08 09:37:55 (8 weeks ago)
- Files:
-
- 1 modified
-
src/perl6/spec_highlight (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/perl6/spec_highlight
r22926 r23005 20 20 print <<"WARNING"; 21 21 22 My job is to run STD_syntax_highlight over all the tests in t/ spec.22 My job is to run STD_syntax_highlight over all the tests in t/. 23 23 24 24 You can press CTRL-C when you feel bored. … … 43 43 } 44 44 45 my $dir_to_test = '../../t/ spec/';45 my $dir_to_test = '../../t/'; 46 46 my $fail = 0; 47 47 my $success = 0; … … 60 60 for my $file (@files) { 61 61 my $myfile = $file; 62 $myfile =~ s/^\.\.\/\.\.\/t \/spec/html/;62 $myfile =~ s/^\.\.\/\.\.\/t/html/; 63 63 my ($simple_html,$snippet_html, $full_html) = ( 64 64 "$myfile.simple.html",
