Fix: Re-Adds Git Test File (#144)

Adds a missing test file for the Git regular expression (project info + name extraction).

This is a NONE release.
This commit is contained in:
Harrison (Harry) Cramer
2023-12-16 17:14:35 -05:00
committed by GitHub
parent 9da62d982e
commit deaadd9b03
2 changed files with 251 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ func extractGitInfo(refreshGitInfo func() error, getProjectRemoteUrl func() (str
return GitProjectInfo{}, fmt.Errorf("Could not get project Url: %v", err)
}
// play with regex at: https://regex101.com/r/P2jSGh/1
/*
This should match following formats:
namespace: namespace, projectName: dummy-test-repo: