Skip to content

Commit

Permalink
Update IncludesFacadeTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 6, 2024
1 parent 4c0052e commit 13745a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/framework/tests/Feature/IncludesFacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ public function testAdvancedMarkdownDocumentIsCompiledToHtml()
$expected = <<<'HTML'
<h1>Heading</h1>
<p>This is a paragraph. It has some <strong>bold</strong> and <em>italic</em> text.</p>
<blockquote class="info"><p>Info Blockquote</p></blockquote>
<blockquote class="info">
<p>Info Blockquote</p>
</blockquote>
<pre><code class="language-php"><small class="relative float-right opacity-50 hover:opacity-100 transition-opacity duration-250 not-prose hidden md:block top-0 right-0"><span class="sr-only">Filepath: </span>hello.php</small>echo 'Hello, World!';
</code></pre>
<h2>Subheading</h2>
Expand Down

0 comments on commit 13745a1

Please sign in to comment.