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

Avoid double-quoting fragment in a test #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

handrews
Copy link
Contributor

@handrews handrews commented Jul 28, 2023

Note: I promise this is not about URI libraries! Or at least not intentionally... I broke this test in a completely unrelated way. and stumbled across this problem.

This illustrates the problem by putting non-URI-safe characters in the example schema, which is not strictly necessary. But with these characters, the old test code failed and the new test code passes.

I'd be happy to change the PR to leave "X" alone and just remove the quoting, I just wanted the problem to be clear and reproduceable.

This illustrates the problem by putting non-URI-safe characters
in the example schema, which is not strictly necessary.
But with these characters, the old test code failed and the new
test code passes.
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (e6f71d0) 92.73% compared to head (b6c5dce) 92.73%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   92.73%   92.73%           
=======================================
  Files          23       23           
  Lines        2052     2052           
  Branches      435      435           
=======================================
  Hits         1903     1903           
  Misses         97       97           
  Partials       52       52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

1 participant