We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e660bb commit 832cbf0Copy full SHA for 832cbf0
examples/trim_auth.rs
@@ -18,7 +18,7 @@ fn main() -> Result<(), GitUrlParseError> {
18
"[email protected]:v3/CompanyName/ProjectName/RepoName",
19
"https://[email protected]/CompanyName/ProjectName/_git/RepoName",
20
"https://[email protected]/workspace_ID/repo_name.git",
21
- "ssh://[email protected]/workspace_ID/repo_name.git"
+ "ssh://[email protected]/workspace_ID/repo_name.git",
22
];
23
24
for test_url in test_vec {
0 commit comments