fspath: allow the symbols at and plus in remote names - fixes #6710

This commit is contained in:
albertony
2023-01-19 21:38:24 +01:00
parent 8c8ee9905c
commit c5acb10151
4 changed files with 9 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ func TestNewRemoteName(t *testing.T) {
config.ReadLine = makeReadLine([]string{
"test", // already exists
"", // empty string not allowed
"bad@characters", // bad characters
"bad^characters", // bad characters
"newname", // OK
})