Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 2, 2024
1 parent 6fe5cb8 commit 3c285a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ public function testHeadingsWithSpecialCharacters()
$this->assertStringContainsString('Heading with & special < > "characters"', $html);
$this->assertStringContainsString('Heading with émojis 🎉', $html);

// Todo: Try to normalize to heading-with-special-characters?
$this->assertSame(<<<'HTML'
<h2>Heading with &amp; special &lt; &gt; &quot;characters&quot;<a id="heading-with-amp-special-lt-gt-quotcharactersquot" href="#heading-with-amp-special-lt-gt-quotcharactersquot" class="heading-permalink" title="Permalink"></a></h2>
<h3>Heading with émojis 🎉<a id="heading-with-emojis" href="#heading-with-emojis" class="heading-permalink" title="Permalink"></a></h3>
Expand Down

0 comments on commit 3c285a7

Please sign in to comment.