Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update regexp to match slightly different lessc output
probably a newer version on travis
  • Loading branch information
rwstauner committed Jul 30, 2014
1 parent 25fe09d commit 6c39641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/plack/mcless.t
Expand Up @@ -71,6 +71,6 @@ eval {
};
};
my $error = $@;
like $error, qr/ParseError/, 'Error ok';
like $error, qr/(Syntax|Parse)Error/, 'Error ok';

done_testing;

0 comments on commit 6c39641

Please sign in to comment.