Skip to content

Commit 8e67c91

Browse files
committed
Update MarkdownServiceTest.php
1 parent b505430 commit 8e67c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/tests/Feature/MarkdownServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testServiceCanParseMarkdownToHtmlWithPermalinks()
3333

3434
$this->assertIsString($html);
3535
$this->assertSame(
36-
'<h2>Hello World!<a id="hello-world" href="#hello-world" class="heading-permalink" aria-hidden="true" '.
36+
'<h2>Hello World!<a id="hello-world" href="#hello-world" class="heading-permalink" '.
3737
'title="Permalink">#</a></h2>'."\n",
3838
$html
3939
);

0 commit comments

Comments
 (0)