Open
Conversation
❌ 1 Tests Failed:
View the top 1 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Member
|
In the failing test, the repo url looks like: We have an issue discussing about urlquoting: #8585 From Gemini: Handling the @ Character According to RFC 3986, the @ character is a "sub-delimiter" and is technically allowed to appear unencoded within a path segment. However, in many systems (especially in Python or when passing paths to CLI tools), you can safely use the percent-encoded version to avoid any ambiguity with the "userinfo" part of a URL (e.g., user@host). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
I found a bug, where a repository with a path containing
@can't be used.This adds a test which reproduces the issue.
Checklist
master(or maintenance branch if only applicable there)toxor the relevant test subset)