Skip to content

Commit

Permalink
Fixing last tests
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 18, 2021
1 parent 017835c commit a99715c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Builder/BuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,10 @@ public function testToctreeGlobOrder(): void
'subdir/test.html',
'subdir/toc.html',
'subdirective.html',
// toc-glob.html#toc-glob not here because that is THIS file
// this is manually included again
'toc-glob-reversed.html',
// only here because we explicitly include it, "self file" is normally ignored
'toc-glob.html#toc-glob',
// this is manually included again
'introduction.html',
];
$actualLinks = array_map(static function ($linkElement): string {
Expand Down
1 change: 1 addition & 0 deletions tests/Builder/input/toc-glob.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ TOC Glob

index
*
toc-glob
introduction

0 comments on commit a99715c

Please # to comment.