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 |
|
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). |
|
Even if the @ is technically allowed, there are other characters which would be encoded. The two solutions I see:
|
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)