Skip to content
New issue

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

Equivalence between null query and empty string query. #86

Open
aadcg opened this issue Feb 26, 2024 · 0 comments
Open

Equivalence between null query and empty string query. #86

aadcg opened this issue Feb 26, 2024 · 0 comments

Comments

@aadcg
Copy link
Collaborator

aadcg commented Feb 26, 2024

Bug or feature?

> (quri:render-uri (quri:make-uri :scheme "https" :query ""))
"https:?"
> (quri:render-uri (quri:make-uri :scheme "https" :query nil))
"https:"
> (quri:uri= (quri:make-uri :scheme "https" :query nil)
             (quri:make-uri :scheme "https" :query ""))
NIL
@aadcg aadcg changed the title Equivalence between null query and empty string quri. Equivalence between null query and empty string query. Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant