mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 12:05:05 +08:00
fspath: add unit tests for remote names with leading dash
This commit is contained in:
parent
4120dffcc1
commit
f73be767a4
|
@ -58,6 +58,7 @@ func TestCheckRemoteName(t *testing.T) {
|
|||
{".:", nil},
|
||||
{"..:", nil},
|
||||
{".r.e.m.o.t.e.:", nil},
|
||||
{"-r-emote-:", nil},
|
||||
{"rem ote:", nil},
|
||||
{"remote :", nil},
|
||||
{" remote:", nil},
|
||||
|
|
Loading…
Reference in New Issue
Block a user