Skip to content

Commit

Permalink
expect escaped html
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Feb 18, 2025
1 parent ec63ed4 commit d9a7838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/js/searchtools.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Basic html theme search', function() {

expectedRanking = [
['index', 'Main Page', '#index-0'], /* index entry */
['index', 'Main Page > Result Scoring', '#result-scoring'], /* title */
['index', 'Main Page > Result Scoring', '#result-scoring'], /* title */
];

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

expectedRanking = [
['relevance', 'Relevance', ''], /* main title */
['index', 'Main Page > Relevance', '#relevance'], /* subsection heading title */
['index', 'Main Page > Relevance', '#relevance'], /* subsection heading title */
];

searchParameters = Search._parseQuery('relevance');
Expand Down

0 comments on commit d9a7838

Please sign in to comment.