Skip to content

Commit bdf776a

Browse files
committed
CHANGES, fix js tests
1 parent deeb94d commit bdf776a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Bugs fixed
153153
Patch by Adam Turner.
154154
* #13328: Fix parsing of PEP 695 functions with return annotations.
155155
Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri.
156+
* #13355: Don't include escaped title content in the search index.
157+
Patch by Will Lachance.
156158

157159
Testing
158160
-------

tests/js/searchtools.spec.js

Lines changed: 1 addition & 1 deletion
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)