Skip to content

Commit 3c0f5c3

Browse files
committed
Update StaticSiteBuilderDocumentationModuleTest.php
1 parent 8e67c91 commit 3c0f5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/framework/tests/Feature/StaticSiteBuilderDocumentationModuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function testPageContainsExpectedContent()
4444
{
4545
$this->inspectHtml([
4646
'Adventures in Wonderland',
47-
'<h2>CHAPTER I. DOWN THE RABBIT-HOLE.<a id="chapter-i-down-the-rabbit-hole" href="#chapter-i-down-the-rabbit-hole" class="heading-permalink" aria-hidden="true" title="Permalink">#</a></h2>',
47+
'<h2>CHAPTER I. DOWN THE RABBIT-HOLE.<a id="chapter-i-down-the-rabbit-hole" href="#chapter-i-down-the-rabbit-hole" class="heading-permalink" title="Permalink">#</a></h2>',
4848
'<p>So she was considering in her own mind, as well as she could',
4949
]);
5050
}
@@ -55,7 +55,7 @@ public function testCanCompilePageToRootOutputDirectory()
5555

5656
$this->inspectHtml([
5757
'Adventures in Wonderland',
58-
'<h2>CHAPTER I. DOWN THE RABBIT-HOLE.<a id="chapter-i-down-the-rabbit-hole" href="#chapter-i-down-the-rabbit-hole" class="heading-permalink" aria-hidden="true" title="Permalink">#</a></h2>',
58+
'<h2>CHAPTER I. DOWN THE RABBIT-HOLE.<a id="chapter-i-down-the-rabbit-hole" href="#chapter-i-down-the-rabbit-hole" class="heading-permalink" title="Permalink">#</a></h2>',
5959
'<p>So she was considering in her own mind, as well as she could',
6060
], '_site/test-page.html');
6161
}

0 commit comments

Comments
 (0)