Skip to content

Commit

Permalink
don't rely on capitalization of colors
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Oct 6, 2015
1 parent 83504a7 commit 497cd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/plack/mcless.t
Expand Up @@ -55,7 +55,7 @@ test_psgi $app, sub {
my $res = $cb->( GET 'http://localhost' . $assets->[0] );
is $res->code, 200;
is $res->content_type, 'text/css';
is $res->content, '#header{color:#4d926f}h2{color:#4d926f}',
like $res->content, qr/^#header\{color:#4d926f\}h2\{color:#4d926f\}$/i,
'Content matches';
}

Expand Down

0 comments on commit 497cd8f

Please sign in to comment.