Skip to content

Commit 520a205

Browse files
committed
[tests] JavaScript: remove workaround test data from mainline that is no longer required with the fix from this branch in place.
1 parent 2857c7b commit 520a205

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/js/searchtools.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,12 @@ describe('Basic html theme search', function() {
7070

7171
searchParameters = Search._parseQuery('main page');
7272

73-
// fixme: duplicate result due to https://github.com/sphinx-doc/sphinx/issues/11961
7473
hits = [
7574
[
7675
'index',
7776
'Main Page',
7877
'',
7978
null,
80-
15,
81-
'index.rst'
82-
],
83-
[
84-
'index',
85-
'Main Page',
86-
'#main-page',
87-
null,
8879
100,
8980
'index.rst'
9081
]

0 commit comments

Comments
 (0)