Skip to content

Commit

Permalink
Allow side effect of extra space for edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 5, 2024
1 parent f9f9755 commit a36760b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function testHeadingsWithCustomAttributes()

$this->assertSame(<<<'HTML'
<h2 class="custom-class" id="custom-id">Heading</h2>
<h3 data-test="value">Another Heading</h3>
<h3 data-test="value" >Another Heading</h3>

HTML, $html);
}
Expand Down

0 comments on commit a36760b

Please sign in to comment.