We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The extended tests contain a test for pct encoded varname for form style query expansion with string value:
["/lookup{?Stra%C3%9Fe}", "/lookup?Stra%C3%9Fe=Gr%C3%BCner%20Weg"],
I believe that this test should also exist for lists, i.e have in variables:
"Stra%C3%9Fe" : ["Grüner", "Weg"]
and
["/lookup{?Stra%C3%9Fe_list}", "/lookup?Stra%C3%9Fe_list=Gr%C3%BCner&Stra%C3%9Fe_list=Weg"],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The extended tests contain a test for pct encoded varname for form style query expansion with string value:
["/lookup{?Stra%C3%9Fe}", "/lookup?Stra%C3%9Fe=Gr%C3%BCner%20Weg"],
I believe that this test should also exist for lists, i.e have in variables:
and
The text was updated successfully, but these errors were encountered: