Skip to content

Commit d9a7838

Browse files
committed
expect escaped html
1 parent ec63ed4 commit d9a7838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/js/searchtools.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ describe('Basic html theme search', function() {
184184

185185
expectedRanking = [
186186
['index', 'Main Page', '#index-0'], /* index entry */
187-
['index', 'Main Page > Result Scoring', '#result-scoring'], /* title */
187+
['index', 'Main Page > Result Scoring', '#result-scoring'], /* title */
188188
];
189189

190190
searchParameters = Search._parseQuery('scoring');
@@ -198,7 +198,7 @@ describe('Basic html theme search', function() {
198198

199199
expectedRanking = [
200200
['relevance', 'Relevance', ''], /* main title */
201-
['index', 'Main Page > Relevance', '#relevance'], /* subsection heading title */
201+
['index', 'Main Page > Relevance', '#relevance'], /* subsection heading title */
202202
];
203203

204204
searchParameters = Search._parseQuery('relevance');

0 commit comments

Comments
 (0)