-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix(buildUrl): path encoding #35
Conversation
Tests
Chore
Bug Fixes
ContributorsCommit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I left some comments about us trying to do the percent encoding without having to use a replacement function to do so after adding the initial encoding, but that's a "nice to have" at this point. If we can do it (and it's easy) great, if not––no worries.
eb6862b
to
40aaf22
Compare
40aaf22
to
b6b9523
Compare
b6b9523
to
0a28b20
Compare
Description
This PR ensures that
+
get encoded properly by thebuildUrl
method and adds relevant tests.