File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -254,10 +254,8 @@ def test_lunr_search(self):
254
254
files = self .PUBLIC_FILES + ["doc-search.html" , "index.js" ]
255
255
self ._basic_html_assertions (expected_files = files )
256
256
self ._check_files (exclude_patterns = ['class="gcse-search"' ])
257
- self ._check_files (
258
- include_patterns = ['URLS=[\n "example_pkg/index.html",\n '
259
- '"example_pkg/module.html",\n "example_pkg/subpkg/index.html"' ],
260
- file_pattern = 'index.js' )
257
+ self ._check_files (include_patterns = ['URLS=[\n "example_pkg/index.html",\n "example_pkg/' ],
258
+ file_pattern = 'index.js' )
261
259
self ._check_files (include_patterns = ["'../doc-search.html#'" ],
262
260
file_pattern = 'example_pkg/index.html' )
263
261
self ._check_files (include_patterns = ["'../doc-search.html#'" ],
You can’t perform that action at this time.
0 commit comments