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 7, 2015
1 parent c8da790 commit f4dc56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/plack/mcless.t
Expand Up @@ -55,7 +55,8 @@ 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 f4dc56d

Please sign in to comment.