diff --git a/packages/framework/tests/Feature/IncludesFacadeTest.php b/packages/framework/tests/Feature/IncludesFacadeTest.php index 530ae8c2887..08f4694ccde 100644 --- a/packages/framework/tests/Feature/IncludesFacadeTest.php +++ b/packages/framework/tests/Feature/IncludesFacadeTest.php @@ -163,7 +163,9 @@ public function testAdvancedMarkdownDocumentIsCompiledToHtml() $expected = <<<'HTML'

Heading

This is a paragraph. It has some bold and italic text.

-

Info Blockquote

+
+

Info Blockquote

+
echo 'Hello, World!';
         

Subheading