Skip to content

Commit

Permalink
Merge pull request #328 from JJ/master
Browse files Browse the repository at this point in the history
Adds test for correct MIME type
I'm going to accept this, since I have another one in the oven. It's just a commit, revert if not adequate.
  • Loading branch information
JJ committed Jun 3, 2018
2 parents bbe2ff4 + a828f95 commit b148c2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/unicodable.t
Expand Up @@ -251,8 +251,11 @@ $t.test(‘last basic query, just in case’,
/^ <me($t)>‘, U+2A34 MULTIPLICATION SIGN IN LEFT HALF CIRCLE [Sm] (⨴)’ $/,
/^ <me($t)>‘, U+1D227 GREEK INSTRUMENTAL NOTATION SYMBOL-17 [So] (𝈧)’ $/);


$t.last-test;

$t.test('good MIME type',
'u: https://raw.githubusercontent.com/perl6/whateverable/master/t/lib/Testable.pm6',
"{$t.our-nick}, Successfully fetched the code from the provided URL");
done-testing;
END $t.end;

Expand Down

0 comments on commit b148c2a

Please sign in to comment.