feat: add test case for nested directory file writing

This commit is contained in:
krau
2025-07-04 16:08:01 +08:00
parent d703f11ea0
commit 4b136bd41e

View File

@@ -78,6 +78,10 @@ func TestWriteFile(t *testing.T) {
remotePath: "hello.txt",
content: "Hello webdav",
},
{
remotePath: "//nested/dir/test.txt",
content: "Nested file",
},
{
remotePath: "nested/dir/test.txt",
content: "Nested file",