We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1840f1 commit ac3ce6eCopy full SHA for ac3ce6e
packages/framework/tests/Unit/ColoredBlockquoteShortcodesTest.php
@@ -55,7 +55,7 @@ public function testResolveMethod()
55
public function testCanUseMarkdownWithinBlockquote()
56
{
57
$this->assertSame(
58
- <<<HTML
+ <<<'HTML'
59
<blockquote class="info">
60
<p>foo <strong>bar</strong></p>
61
</blockquote>
0 commit comments