Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allow root/inc/favorite.html to have script tags
  • Loading branch information
ranguard committed May 22, 2015
1 parent 2e2a788 commit 87fe226
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/html.t
Expand Up @@ -12,7 +12,7 @@ my %skip = map { $_ => 1 } (
'root/inc/dependencies-graph.html', 'root/recent/log.html',
'root/author.html', 'root/mirrors.html',
'root/source.html', 'root/wrapper.html',
'root/about/contributors.html',
'root/about/contributors.html', 'root/inc/favorite.html',
);

my $rule = Path::Iterator::Rule->new;
Expand All @@ -26,4 +26,3 @@ for my $file ( $rule->all('root') ) {
}

done_testing;

0 comments on commit 87fe226

Please sign in to comment.