Skip to content

Commit

Permalink
Add extra test for invalid UTF-8 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-xo committed Mar 18, 2021
1 parent 222d839 commit c78a8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PodcastTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function test_html_entities_are_rss_compatible()
{
$mp = $this->newPodcast();

$mp->setTitle('<<<');
$mp->setTitle("<\x06<\x07<\x08");
$mp->setDescription('⛄️');
$mp->setWebMaster('>>>');
$mp->setGenerator('&amp;');
Expand Down

0 comments on commit c78a8d8

Please sign in to comment.