From 4c9c97f64a29f2c6f669b95b1a1921316e4b240c Mon Sep 17 00:00:00 2001 From: Brandon Fowler Date: Thu, 25 Apr 2024 04:51:35 -0400 Subject: [PATCH] Update output tests --- tests/LinkCountTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/LinkCountTest.php b/tests/LinkCountTest.php index 227bfa8..8a33e59 100644 --- a/tests/LinkCountTest.php +++ b/tests/LinkCountTest.php @@ -918,23 +918,23 @@ public function provideHtmlOutput() { return [ 'main namespace' => [ 'Page', - '
Type
All
DirectIndirect
0
0
0
0
0
0
0
What links here
' + "
Type
All
DirectIndirect
0
" ], 'talk namespace' => [ 'Talk:Page', - '
Type
All
DirectIndirect
0
0
0
0
0
0
0
What links here
' + "
Type
All
DirectIndirect
0
" ], 'category namespace' => [ 'Category:Category', - '
Type
All
DirectIndirect
0
0
0
0
0
0
0
0
0
0
What links here
' + "
Type
All
DirectIndirect
0
" ], 'file namespace' => [ 'File:Image.png', - '
Type
All
DirectIndirect
3
0
3
0
0
0
1
0
0
0
What links here
' + "
Type
All
DirectIndirect
1
" ], '? in title' => [ '?', - '
Type
All
DirectIndirect
0
0
0
0
0
0
0
What links here
' + "
Type
All
DirectIndirect
0
" ], 'no parameters' => [ '',