Skip to content

Commit

Permalink
Update RelativeLinksAcrossPagesRetainsIntegrityTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 10, 2024
1 parent 395dbfb commit b558720
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ public function testRelativeLinksAcrossPagesRetainsIntegrity()
'<link rel="stylesheet" href="media/app.css">',
'<a href="index.html"',
'<a href="docs/index.html"',
'<a href="root.html" aria-current="page"',
'<a href="root.html"',
'<a href="root1.html"',
'<a href="nested/level1.html"',
'<a href="nested/level1b.html"',
'aria-current="page"',
]);

$this->assertSee('nested/level1', [
Expand All @@ -85,8 +86,9 @@ public function testRelativeLinksAcrossPagesRetainsIntegrity()
'<a href="../docs/index.html"',
'<a href="../root.html"',
'<a href="../root1.html"',
'<a href="../nested/level1.html" aria-current="page"',
'<a href="../nested/level1.html"',
'<a href="../nested/level1b.html"',
'aria-current="page"'
]);

$this->assertSee('docs/index', [
Expand Down

0 comments on commit b558720

Please sign in to comment.