aliyunpan/internal/syncdrive/sync_db_util_test.go

11 lines
149 B
Go
Raw Normal View History

2022-05-07 15:03:23 +08:00
package syncdrive
import (
"fmt"
"testing"
)
func TestFormatFilePath(t *testing.T) {
fmt.Println(FormatFilePath("D:/-beyond/p/9168473.html"))
}