We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5183099 commit b69be9eCopy full SHA for b69be9e
1 file changed
src/hyperlink/test/test_url.py
@@ -133,6 +133,8 @@
133
"https://example.com/?a=%23", # hash in query param value
134
"https://example.com/?a=%26", # ampersand in query param value
135
"https://example.com/?a=%3D", # equals in query param value
136
+ "https://example.com/?foo+bar=baz", # plus in query param name
137
+ "https://example.com/?foo=bar+baz", # plus in query param value
138
# double-encoded percent sign in all percent-encodable positions:
139
"http://(%2525):(%2525)@example.com/(%2525)/?(%2525)=(%2525)#(%2525)",
140
# colon in first part of schemeless relative url
0 commit comments