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 b505430 commit 8e67c91Copy full SHA for 8e67c91
packages/framework/tests/Feature/MarkdownServiceTest.php
@@ -33,7 +33,7 @@ public function testServiceCanParseMarkdownToHtmlWithPermalinks()
33
34
$this->assertIsString($html);
35
$this->assertSame(
36
- '<h2>Hello World!<a id="hello-world" href="#hello-world" class="heading-permalink" aria-hidden="true" '.
+ '<h2>Hello World!<a id="hello-world" href="#hello-world" class="heading-permalink" '.
37
'title="Permalink">#</a></h2>'."\n",
38
$html
39
);
0 commit comments