We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d4e06 commit 579c600Copy full SHA for 579c600
1 file changed
tests/test_search.py
@@ -534,7 +534,7 @@
534
# Link with recognized parameters
535
*(
536
(
537
- f"""<a href="https://example.com/search?{prefix}{q}=example{suffix}""".encode(),
+ f"""<a href="https://example.com/search?{prefix}{q}=example{suffix}">""".encode(),
538
{"search_request_builders": ["link_heuristics"]},
539
{
540
"url": f"https://example.com/search?{prefix}{q}={{{{ query|quote_plus }}}}{suffix}"
0 commit comments