Changeset 23005 for src

Show
Ignore:
Timestamp:
11/14/08 09:37:55 (8 weeks ago)
Author:
azawawi
Message:

[STD_syntax_highlight] t/spec -> t/ ; this can mean twice the time but
[STD_syntax_highlight] all smartlinks in Synopsis will work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/spec_highlight

    r22926 r23005  
    2020    print <<"WARNING"; 
    2121 
    22 My job is to run STD_syntax_highlight over all the tests in t/spec. 
     22My job is to run STD_syntax_highlight over all the tests in t/. 
    2323 
    2424You can press CTRL-C when you feel bored. 
     
    4343    } 
    4444 
    45     my $dir_to_test = '../../t/spec/'; 
     45    my $dir_to_test = '../../t/'; 
    4646    my $fail = 0; 
    4747    my $success = 0; 
     
    6060    for my $file (@files) { 
    6161        my $myfile = $file; 
    62         $myfile =~ s/^\.\.\/\.\.\/t\/spec/html/;    
     62        $myfile =~ s/^\.\.\/\.\.\/t/html/;    
    6363        my ($simple_html,$snippet_html, $full_html) = ( 
    6464            "$myfile.simple.html",