Skip to content

Commit

Permalink
t/compile-quotes.t: another sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
avar committed Sep 22, 2010
1 parent 027eb6e commit 9b93157
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/compile-quotes.t
Expand Up @@ -8,7 +8,7 @@ plan skip_all => "Need curl / gcc to test"
unless
qx[ curl --version ] =~ /^curl \d+\..*\nProtocols:/s and
qx[ gcc --version ] =~ /Free Software Foundation/;
plan tests => 350;
plan tests => 380;

my @test = (
{
Expand All @@ -33,6 +33,7 @@ sub test_quotes_encoding {
if ($url =~ /failo/) {
like $quote, qr/mosque on Phobos/, "sanity check";
like $quote, qr/Blökkumaður/, "sanity check";
like $quote, qr/botti líka/, "sanity check";
}
}

Expand Down

0 comments on commit 9b93157

Please sign in to comment.