Skip to content

Commit 62779ca

Browse files
committed
CHANGES, fix js tests
1 parent ad6b8df commit 62779ca

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Bugs fixed
159159
Patch by Adam Turner.
160160
* #13328: Fix parsing of PEP 695 functions with return annotations.
161161
Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri.
162+
* #13355: Don't include escaped title content in the search index.
163+
Patch by Will Lachance.
162164

163165
Testing
164166
-------

tests/js/searchtools.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Basic html theme search', function() {
3434

3535
hits = [[
3636
"index",
37-
"<no title>",
37+
"<no title>",
3838
"",
3939
null,
4040
5,

0 commit comments

Comments
 (0)